pub struct rusage {Show 16 fields
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: timevalru_stime: timevalru_maxrss: i32ru_ixrss: i32ru_idrss: i32ru_isrss: i32ru_minflt: i32ru_majflt: i32ru_nswap: i32ru_inblock: i32ru_oublock: i32ru_msgsnd: i32ru_msgrcv: i32ru_nsignals: i32ru_nvcsw: i32ru_nivcsw: i32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for rusage
impl Send for rusage
impl Sync for rusage
impl Unpin for rusage
impl UnwindSafe for rusage
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more