Union ndk_sys::__sifields [−][src]
#[repr(C)]
pub union __sifields {
pub _kill: __sifields__bindgen_ty_1,
pub _timer: __sifields__bindgen_ty_2,
pub _rt: __sifields__bindgen_ty_3,
pub _sigchld: __sifields__bindgen_ty_4,
pub _sigfault: __sifields__bindgen_ty_5,
pub _sigpoll: __sifields__bindgen_ty_6,
pub _sigsys: __sifields__bindgen_ty_7,
}
Fields
_kill: __sifields__bindgen_ty_1
_timer: __sifields__bindgen_ty_2
_rt: __sifields__bindgen_ty_3
_sigchld: __sifields__bindgen_ty_4
_sigfault: __sifields__bindgen_ty_5
_sigpoll: __sifields__bindgen_ty_6
_sigsys: __sifields__bindgen_ty_7
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for __sifields
impl !Send for __sifields
impl !Sync for __sifields
impl Unpin for __sifields
impl UnwindSafe for __sifields
Blanket Implementations
Mutably borrows from an owned value. Read more