Struct ndk_sys::__kernel_sigaction [−][src]
#[repr(C)]pub struct __kernel_sigaction {
pub _u: __kernel_sigaction__bindgen_ty_1,
pub sa_mask: sigset_t,
pub sa_flags: c_ulong,
pub sa_restorer: Option<unsafe extern "C" fn()>,
}Fields
_u: __kernel_sigaction__bindgen_ty_1sa_mask: sigset_tsa_flags: c_ulongsa_restorer: Option<unsafe extern "C" fn()>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for __kernel_sigaction
impl Send for __kernel_sigaction
impl Sync for __kernel_sigaction
impl Unpin for __kernel_sigaction
impl UnwindSafe for __kernel_sigaction
Blanket Implementations
Mutably borrows from an owned value. Read more