Struct ndk_sys::__kernel_sigaction [−][src]
#[repr(C)]pub struct __kernel_sigaction {
pub sa_handler: __sighandler_t,
pub sa_flags: c_ulong,
pub sa_restorer: __sigrestore_t,
pub sa_mask: sigset_t,
}
Fields
sa_handler: __sighandler_t
sa_flags: c_ulong
sa_restorer: __sigrestore_t
sa_mask: sigset_t
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