Union ndk_sys::__kernel_sigaction__bindgen_ty_1 [−][src]
#[repr(C)]
pub union __kernel_sigaction__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 Send for __kernel_sigaction__bindgen_ty_1
impl Sync for __kernel_sigaction__bindgen_ty_1
impl Unpin for __kernel_sigaction__bindgen_ty_1
Blanket Implementations
Mutably borrows from an owned value. Read more