Struct libsystemd_sys::siginfo_t [] [src]

#[repr(C)]
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
[src]

impl Clone for siginfo_t
[src]

[src]