Struct libc::timeval
[−]
[src]
#[repr(C)]pub struct timeval { pub tv_sec: c_long, pub tv_usec: c_long, }
Fields
tv_sec: c_long
tv_usec: c_long
Trait Implementations
impl Copy for timeval
[src]
impl Clone for timeval
[src]
fn clone(&self) -> timeval
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more