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

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