Struct libc_interface::timeval32 [−][src]
#[repr(C)]pub struct timeval32 { pub tv_sec: i32, pub tv_usec: i32, }
Fields
tv_sec: i32
tv_usec: i32
Trait Implementations
impl Copy for timeval32
[src]
impl Copy for timeval32
impl Clone for timeval32
[src]
impl Clone for timeval32
fn clone(&self) -> timeval32
[src]
fn clone(&self) -> timeval32
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 timeval32
[src]
impl PartialEq for timeval32
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 timeval32
[src]
impl Eq for timeval32