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