Struct libc_interface::__timeval [−][src]
Fields
tv_sec: int32_t
tv_usec: int32_t
Trait Implementations
impl Copy for __timeval[src]
impl Copy for __timevalimpl Clone for __timeval[src]
impl Clone for __timevalfn clone(&self) -> __timeval[src]
fn clone(&self) -> __timevalReturns 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 __timeval[src]
impl PartialEq for __timevalfn 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 __timeval[src]
impl Eq for __timeval