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 timeval32impl Clone for timeval32[src]
impl Clone for timeval32fn clone(&self) -> timeval32[src]
fn clone(&self) -> timeval32Returns 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 timeval32fn 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 timeval32[src]
impl Eq for timeval32