Union ndk_sys::sigevent__bindgen_ty_1 [−][src]
#[repr(C)]
pub union sigevent__bindgen_ty_1 {
pub _pad: [c_int; 13],
pub _tid: c_int,
pub _sigev_thread: sigevent__bindgen_ty_1__bindgen_ty_1,
}
Fields
_pad: [c_int; 13]
_tid: c_int
_sigev_thread: sigevent__bindgen_ty_1__bindgen_ty_1
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for sigevent__bindgen_ty_1
impl !Send for sigevent__bindgen_ty_1
impl !Sync for sigevent__bindgen_ty_1
impl Unpin for sigevent__bindgen_ty_1
impl UnwindSafe for sigevent__bindgen_ty_1
Blanket Implementations
Mutably borrows from an owned value. Read more