Struct sophia_sys::__siginfo [] [src]

#[repr(C)]
pub 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: sigval, pub si_band: c_long, pub __pad: [c_ulong; 7], }

Fields

Trait Implementations

impl Copy for __siginfo
[src]

impl Clone for __siginfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for __siginfo
[src]

Formats the value using the given formatter.

impl Default for __siginfo
[src]

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