Struct libsystemd_sys::siginfo_t [−][src]
#[repr(C)]pub struct siginfo_t {
pub si_signo: i32,
pub si_errno: i32,
pub si_code: i32,
// some fields omitted
}Fields
si_signo: i32si_errno: i32si_code: i32Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for siginfo_t
impl UnwindSafe for siginfo_t
Blanket Implementations
Mutably borrows from an owned value. Read more
