Struct ndk_sys::sigaction [−][src]
#[repr(C)]pub struct sigaction {
pub __bindgen_anon_1: sigaction__bindgen_ty_1,
pub sa_mask: sigset_t,
pub sa_flags: c_int,
pub sa_restorer: Option<unsafe extern "C" fn()>,
}
Fields
__bindgen_anon_1: sigaction__bindgen_ty_1
sa_mask: sigset_t
sa_flags: c_int
sa_restorer: Option<unsafe extern "C" fn()>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for sigaction
impl UnwindSafe for sigaction
Blanket Implementations
Mutably borrows from an owned value. Read more