Struct ndk_sys::sigevent__bindgen_ty_1__bindgen_ty_1 [−][src]
#[repr(C)]pub struct sigevent__bindgen_ty_1__bindgen_ty_1 {
pub _function: Option<unsafe extern "C" fn(arg1: sigval_t)>,
pub _attribute: *mut c_void,
}
Fields
_function: Option<unsafe extern "C" fn(arg1: sigval_t)>
_attribute: *mut c_void
Trait Implementations
Auto Trait Implementations
impl !Send for sigevent__bindgen_ty_1__bindgen_ty_1
impl !Sync for sigevent__bindgen_ty_1__bindgen_ty_1
Blanket Implementations
Mutably borrows from an owned value. Read more