Struct libc_interface::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 Copy for tmsimpl Clone for tms[src]
impl Clone for tmsfn clone(&self) -> tms[src]
fn clone(&self) -> tmsReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for tms[src]
impl PartialEq for tmsfn eq(&self, other: &Self) -> bool[src]
fn eq(&self, other: &Self) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for tms[src]
impl Eq for tms