Module signal_
macros
linux_
raw_
sys
0.4.14
Module signal_
macros
Module Items
Constants
Functions
In crate linux_
raw_
sys
Modules
ctypes
elf
errno
general
ioctl
select_macros
signal_macros
linux_raw_sys
Module
signal_macros
Copy item path
Settings
Help
Summary
Source
Constants
§
SIG_DFL
Functions
§
sig_ign
Rust doesn’t currently permit us to use
transmute
to convert the
SIG_IGN
value into a function pointer in a
const
initializer, so we make it a function instead.