Struct nix::libc::timeval [−][src]
Fields
tv_sec: i64
tv_usec: i64
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 AsRef<timeval> for TimeVal
[src]
impl AsRef<timeval> for TimeVal