Struct phper_sys::siginfo_t [−][src]
#[repr(C)]pub struct siginfo_t { pub si_signo: c_int, pub si_errno: c_int, pub si_code: c_int, pub _sifields: siginfo_t__bindgen_ty_1, }
Fields
si_signo: c_intsi_errno: c_intsi_code: c_int_sifields: siginfo_t__bindgen_ty_1Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for siginfo_timpl UnwindSafe for siginfo_tBlanket Implementations
Mutably borrows from an owned value. Read more