Struct libc::siginfo_t [−][src]
#[repr(C)]pub struct siginfo_t { pub si_signo: c_int, pub si_errno: c_int, pub si_code: c_int, // some fields omitted }
Fields
si_signo: c_intsi_errno: c_intsi_code: c_intImplementations
impl siginfo_t[src]
impl siginfo_t[src]impl siginfo_t[src]
impl siginfo_t[src]Trait Implementations
impl Clone for siginfo_t[src]
impl Clone for siginfo_t[src]