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 Show for Timespecimpl<__D: Decoder<__E>, __E> Decodable<__D, __E> for Timespecimpl<__S: Encoder<__E>, __E> Encodable<__S, __E> for Timespecimpl Ord for Timespecimpl PartialOrd for Timespecfn 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 Timespecfn assert_receiver_is_total_eq(&self)impl PartialEq for Timespecimpl Clone for Timespecfn clone(&self) -> Timespecfn clone_from(&mut self, source: &Self)
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 (or str), enum,
trait, typedef (or
tdef).