Struct nix::libc::tms[][src]

#[repr(C)]
pub struct tms { pub tms_utime: i64, pub tms_stime: i64, pub tms_cutime: i64, pub tms_cstime: i64, }

Fields

Trait Implementations

impl Copy for tms
[src]

impl Clone for tms
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for tms

impl Sync for tms