Struct libc::tms
[−]
[src]
#[repr(C)]pub struct tms { pub tms_utime: clock_t, pub tms_stime: clock_t, pub tms_cutime: clock_t, pub tms_cstime: clock_t, }
Fields
tms_utime: clock_t
tms_stime: clock_t
tms_cutime: clock_t
tms_cstime: clock_t
Trait Implementations
impl Copy for tms
[src]
impl Clone for tms
[src]
fn clone(&self) -> tms
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more