[−][src]Struct time::Timespec
A record specifying a time value in seconds and nanoseconds, where nanoseconds represent the offset from the given second.
For example a timespec of 1.2 seconds after the beginning of the epoch would be represented as {sec: 1, nsec: 200000000}.
Fields
sec: i64
nsec: i32
Implementations
impl Timespec
[src][−]
Trait Implementations
impl Add<Duration> for Timespec
[src][+]
impl Clone for Timespec
[src][+]
impl Copy for Timespec
[src]
impl Debug for Timespec
[src][+]
impl Eq for Timespec
[src]
impl Hash for Timespec
[src][+]
impl Ord for Timespec
[src][+]
impl PartialEq<Timespec> for Timespec
[src][+]
impl PartialOrd<Timespec> for Timespec
[src][+]
impl StructuralEq for Timespec
[src]
impl StructuralPartialEq for Timespec
[src]
impl Sub<Duration> for Timespec
[src][+]
impl Sub<Timespec> for Timespec
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for Timespec
impl Send for Timespec
impl Sync for Timespec
impl Unpin for Timespec
impl UnwindSafe for Timespec
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,