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 tms
impl Clone for tms
[src]
impl Clone for tms
fn clone(&self) -> tms
[src]
fn clone(&self) -> tms
Returns 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 tms
fn eq(&self, other: &Self) -> bool
[src]
fn eq(&self, other: &Self) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for tms
[src]
impl Eq for tms