Struct libc_interface::rusage [−][src]
#[repr(C)]pub struct rusage { pub ru_utime: timeval, pub ru_stime: timeval, pub ru_maxrss: i64, pub ru_ixrss: i64, pub ru_idrss: i64, pub ru_isrss: i64, pub ru_minflt: i64, pub ru_majflt: i64, pub ru_nswap: i64, pub ru_inblock: i64, pub ru_oublock: i64, pub ru_msgsnd: i64, pub ru_msgrcv: i64, pub ru_nsignals: i64, pub ru_nvcsw: i64, pub ru_nivcsw: i64, }
Fields
ru_utime: timeval
ru_stime: timeval
ru_maxrss: i64
ru_ixrss: i64
ru_idrss: i64
ru_isrss: i64
ru_minflt: i64
ru_majflt: i64
ru_nswap: i64
ru_inblock: i64
ru_oublock: i64
ru_msgsnd: i64
ru_msgrcv: i64
ru_nsignals: i64
ru_nvcsw: i64
ru_nivcsw: i64
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