Struct libc::rusage

source ·
#[repr(C)]
pub struct rusage {
Show 16 fields pub ru_utime: timeval, pub ru_stime: timeval, pub ru_maxrss: c_long, pub ru_ixrss: c_long, pub ru_idrss: c_long, pub ru_isrss: c_long, pub ru_minflt: c_long, pub ru_majflt: c_long, pub ru_nswap: c_long, pub ru_inblock: c_long, pub ru_oublock: c_long, pub ru_msgsnd: c_long, pub ru_msgrcv: c_long, pub ru_nsignals: c_long, pub ru_nvcsw: c_long, pub ru_nivcsw: c_long,
}

Fields§

§ru_utime: timeval§ru_stime: timeval§ru_maxrss: c_long§ru_ixrss: c_long§ru_idrss: c_long§ru_isrss: c_long§ru_minflt: c_long§ru_majflt: c_long§ru_nswap: c_long§ru_inblock: c_long§ru_oublock: c_long§ru_msgsnd: c_long§ru_msgrcv: c_long§ru_nsignals: c_long§ru_nvcsw: c_long§ru_nivcsw: c_long

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.