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_int
si_errno: c_int
si_code: c_int
Implementations
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]