Struct libc::__timeval
[−]
[src]
#[repr(C)]pub struct __timeval { pub tv_sec: int32_t, pub tv_usec: int32_t, }
Fields
tv_sec: int32_t
tv_usec: int32_t
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