[][src]Struct hybrid_clocks::WallNS

pub struct WallNS;

A clock source that returns wall-clock in nanoseconds.

Trait Implementations

impl ClockSource for WallNS[src]

type Time = WallNST

Represents the described clock time.

type Delta = Duration

The difference between two timestamps.

impl Clone for WallNS[src]

impl Copy for WallNS[src]

impl Debug for WallNS[src]

impl Eq for WallNS[src]

impl Ord for WallNS[src]

impl PartialEq<WallNS> for WallNS[src]

impl PartialOrd<WallNS> for WallNS[src]

impl StructuralEq for WallNS[src]

impl StructuralPartialEq for WallNS[src]

Auto Trait Implementations

impl RefUnwindSafe for WallNS

impl Send for WallNS

impl Sync for WallNS

impl Unpin for WallNS

impl UnwindSafe for WallNS

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.