Union ndk_sys::sigaction64__bindgen_ty_1 [−][src]
#[repr(C)]
pub union sigaction64__bindgen_ty_1 {
pub sa_handler: sighandler_t,
pub sa_sigaction: Option<unsafe extern "C" fn(arg1: c_int, arg2: *mut siginfo, arg3: *mut c_void)>,
}
Fields
sa_handler: sighandler_t
sa_sigaction: Option<unsafe extern "C" fn(arg1: c_int, arg2: *mut siginfo, arg3: *mut c_void)>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for sigaction64__bindgen_ty_1
impl Send for sigaction64__bindgen_ty_1
impl Sync for sigaction64__bindgen_ty_1
impl Unpin for sigaction64__bindgen_ty_1
impl UnwindSafe for sigaction64__bindgen_ty_1
Blanket Implementations
Mutably borrows from an owned value. Read more