Struct coreaudio_sys::audio_unit::Struct___siginfo [] [src]

pub struct Struct___siginfo {
    pub si_signo: c_int,
    pub si_errno: c_int,
    pub si_code: c_int,
    pub si_pid: pid_t,
    pub si_uid: uid_t,
    pub si_status: c_int,
    pub si_addr: *mut c_void,
    pub si_value: Union_sigval,
    pub si_band: c_long,
    pub __pad: [c_ulong; 7],
}

Fields

si_signo: c_int si_errno: c_int si_code: c_int si_pid: pid_t si_uid: uid_t si_status: c_int si_addr: *mut c_void si_value: Union_sigval si_band: c_long __pad: [c_ulong; 7]

Trait Implementations

impl Copy for Struct___siginfo
[src]

impl Clone for Struct___siginfo
[src]

fn clone(&self) -> Struct___siginfo

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Default for Struct___siginfo
[src]

fn default() -> Struct___siginfo

Returns the "default value" for a type. Read more