Struct libc::timespec 
            
                [−]
            
        [src]
pub struct timespec {
    pub tv_sec: time_t,
    pub tv_nsec: c_long,
}Fields
tv_sec | |
tv_nsec | 
pub struct timespec {
    pub tv_sec: time_t,
    pub tv_nsec: c_long,
}tv_sec | |
tv_nsec | 
impl Copy for timespecimpl Clone for timespecfn clone(&self) -> timespecfn clone_from(&mut self, source: &Self)