Struct libc_interface::rusage [−][src]
#[repr(C)]pub struct rusage { pub ru_utime: timeval, pub ru_stime: timeval, pub ru_maxrss: i32, pub ru_ixrss: i32, pub ru_idrss: i32, pub ru_isrss: i32, pub ru_minflt: i32, pub ru_majflt: i32, pub ru_nswap: i32, pub ru_inblock: i32, pub ru_oublock: i32, pub ru_msgsnd: i32, pub ru_msgrcv: i32, pub ru_nsignals: i32, pub ru_nvcsw: i32, pub ru_nivcsw: i32, }
Fields
ru_utime: timeval
ru_stime: timeval
ru_maxrss: i32
ru_ixrss: i32
ru_idrss: i32
ru_isrss: i32
ru_minflt: i32
ru_majflt: i32
ru_nswap: i32
ru_inblock: i32
ru_oublock: i32
ru_msgsnd: i32
ru_msgrcv: i32
ru_nsignals: i32
ru_nvcsw: i32
ru_nivcsw: i32
Trait Implementations
impl Copy for rusage[src]
impl Copy for rusageimpl Clone for rusage[src]
impl Clone for rusagefn clone(&self) -> rusage[src]
fn clone(&self) -> rusageReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for rusage[src]
impl PartialEq for rusagefn eq(&self, other: &Self) -> bool[src]
fn eq(&self, other: &Self) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for rusage[src]
impl Eq for rusage