Struct linux_raw_sys::general::rusage
source · [−]#[repr(C)]pub struct rusage {Show 16 fields
pub ru_utime: __kernel_old_timeval,
pub ru_stime: __kernel_old_timeval,
pub ru_maxrss: __kernel_long_t,
pub ru_ixrss: __kernel_long_t,
pub ru_idrss: __kernel_long_t,
pub ru_isrss: __kernel_long_t,
pub ru_minflt: __kernel_long_t,
pub ru_majflt: __kernel_long_t,
pub ru_nswap: __kernel_long_t,
pub ru_inblock: __kernel_long_t,
pub ru_oublock: __kernel_long_t,
pub ru_msgsnd: __kernel_long_t,
pub ru_msgrcv: __kernel_long_t,
pub ru_nsignals: __kernel_long_t,
pub ru_nvcsw: __kernel_long_t,
pub ru_nivcsw: __kernel_long_t,
}Fields
ru_utime: __kernel_old_timevalru_stime: __kernel_old_timevalru_maxrss: __kernel_long_tru_ixrss: __kernel_long_tru_idrss: __kernel_long_tru_isrss: __kernel_long_tru_minflt: __kernel_long_tru_majflt: __kernel_long_tru_nswap: __kernel_long_tru_inblock: __kernel_long_tru_oublock: __kernel_long_tru_msgsnd: __kernel_long_tru_msgrcv: __kernel_long_tru_nsignals: __kernel_long_tru_nvcsw: __kernel_long_tru_nivcsw: __kernel_long_tTrait 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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