Struct libc::timespec 
                   
                       [−]
                   
               [src]
pub struct timespec {
    pub tv_sec: time_t,
    pub tv_nsec: c_long,
}Fields
tv_sec: time_t
                           tv_nsec: c_long
                           Trait Implementations
impl Copy for timespec[src]
impl Clone for timespec[src]
fn clone(&self) -> timespec
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