Struct libsystemd_sys::siginfo_t []

pub struct siginfo_t {
    pub si_signo: i32,
    pub si_errno: i32,
    pub si_code: i32,
    pub _pad: [i32; 29],
    // some fields omitted
}

Fields

Trait Implementations

impl Copy for siginfo_t

impl Clone for siginfo_t