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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for tms

impl Sync for tms