Struct stdcli::prelude::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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more