Union phper_sys::siginfo_t__bindgen_ty_1 [−][src]
#[repr(C)]
pub union siginfo_t__bindgen_ty_1 {
pub _pad: [c_int; 29],
pub _kill: siginfo_t__bindgen_ty_1__bindgen_ty_1,
pub _timer: siginfo_t__bindgen_ty_1__bindgen_ty_2,
pub _rt: siginfo_t__bindgen_ty_1__bindgen_ty_3,
pub _sigchld: siginfo_t__bindgen_ty_1__bindgen_ty_4,
pub _sigfault: siginfo_t__bindgen_ty_1__bindgen_ty_5,
pub _sigpoll: siginfo_t__bindgen_ty_1__bindgen_ty_6,
pub _sigsys: siginfo_t__bindgen_ty_1__bindgen_ty_7,
// some fields omitted
}Fields
_pad: [c_int; 29]_kill: siginfo_t__bindgen_ty_1__bindgen_ty_1_timer: siginfo_t__bindgen_ty_1__bindgen_ty_2_rt: siginfo_t__bindgen_ty_1__bindgen_ty_3_sigchld: siginfo_t__bindgen_ty_1__bindgen_ty_4_sigfault: siginfo_t__bindgen_ty_1__bindgen_ty_5_sigpoll: siginfo_t__bindgen_ty_1__bindgen_ty_6_sigsys: siginfo_t__bindgen_ty_1__bindgen_ty_7Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for siginfo_t__bindgen_ty_1impl !Send for siginfo_t__bindgen_ty_1impl !Sync for siginfo_t__bindgen_ty_1impl Unpin for siginfo_t__bindgen_ty_1impl UnwindSafe for siginfo_t__bindgen_ty_1Blanket Implementations
Mutably borrows from an owned value. Read more