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_timeval§ru_stime: __kernel_old_timeval§ru_maxrss: __kernel_long_t§ru_ixrss: __kernel_long_t§ru_idrss: __kernel_long_t§ru_isrss: __kernel_long_t§ru_minflt: __kernel_long_t§ru_majflt: __kernel_long_t§ru_nswap: __kernel_long_t§ru_inblock: __kernel_long_t§ru_oublock: __kernel_long_t§ru_msgsnd: __kernel_long_t§ru_msgrcv: __kernel_long_t§ru_nsignals: __kernel_long_t§ru_nvcsw: __kernel_long_t§ru_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§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more