Struct nix::sys::ioctl::libc::siginfo_t [] [src]

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

Fields

si_signo
si_errno
si_code
_pad

Trait Implementations

impl Clone for siginfo_t

fn clone(&self) -> siginfo_t

1.0.0fn clone_from(&mut self, source: &Self)

impl Copy for siginfo_t