Struct time::Timespec 
            [−]
        [src]
pub struct Timespec {
    pub sec: i64,
    pub nsec: i32,
}A record specifying a time value in seconds and nanoseconds.
Fields
| sec | |
| nsec | 
pub struct Timespec {
    pub sec: i64,
    pub nsec: i32,
}A record specifying a time value in seconds and nanoseconds.
| sec | |
| nsec | 
impl Timespecimpl Add<Duration> for Timespecimpl Sub<Duration> for Timespecimpl Sub<Timespec> for Timespecimpl Debug for Timespecimpl Ord for Timespecimpl PartialOrd for Timespecfn partial_cmp(&self, __arg_0: &Timespec) -> Option<Ordering>fn lt(&self, __arg_0: &Timespec) -> boolfn le(&self, __arg_0: &Timespec) -> boolfn gt(&self, __arg_0: &Timespec) -> boolfn ge(&self, __arg_0: &Timespec) -> boolimpl Eq for Timespecimpl PartialEq for Timespecimpl Clone for Timespecfn clone(&self) -> Timespecfn clone_from(&mut self, source: &Self)impl Copy for Timespec
                Prefix searches with a type followed by a colon (e.g.
                fn:) to restrict the search to a given type.
            
                Accepted types are: fn, mod,
                struct, enum,
                trait, typedef (or
                tdef).