Struct libresolv_sys::Struct_Unnamed14 [] [src]

pub struct Struct_Unnamed14 {
    pub si_pid: __pid_t,
    pub si_uid: __uid_t,
    pub si_status: c_int,
    pub si_utime: __sigchld_clock_t,
    pub si_stime: __sigchld_clock_t,
}

Fields

si_pid: __pid_t si_uid: __uid_t si_status: c_int si_utime: __sigchld_clock_t si_stime: __sigchld_clock_t

Trait Implementations

impl Clone for Struct_Unnamed14
[src]

fn clone(&self) -> Struct_Unnamed14

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 Copy for Struct_Unnamed14
[src]

impl Debug for Struct_Unnamed14
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Default for Struct_Unnamed14
[src]

fn default() -> Self

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