Struct linux_raw_sys::v5_4::general::sigaction [−][src]
#[repr(C)]pub struct sigaction { pub _u: sigaction__bindgen_ty_1, pub sa_mask: sigset_t, pub sa_flags: c_ulong, pub sa_restorer: Option<unsafe extern "C" fn()>, }
Fields
_u: sigaction__bindgen_ty_1sa_mask: sigset_tsa_flags: c_ulongsa_restorer: Option<unsafe extern "C" fn()>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for sigactionimpl UnwindSafe for sigactionBlanket Implementations
Mutably borrows from an owned value. Read more