Struct nix::libc::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

Trait Implementations

impl Copy for rusage
[src]

impl Clone for rusage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for rusage

impl Sync for rusage