[][src]Struct hybrid_clocks::WallMS

pub struct WallMS;

Trait Implementations

impl ClockSource for WallMS[src]

type Time = WallMST

Represents the described clock time.

type Delta = Duration

The difference between two timestamps.

impl Clone for WallMS[src]

impl Copy for WallMS[src]

impl Debug for WallMS[src]

impl Eq for WallMS[src]

impl Ord for WallMS[src]

impl PartialEq<WallMS> for WallMS[src]

impl PartialOrd<WallMS> for WallMS[src]

impl StructuralEq for WallMS[src]

impl StructuralPartialEq for WallMS[src]

Auto Trait Implementations

impl RefUnwindSafe for WallMS

impl Send for WallMS

impl Sync for WallMS

impl Unpin for WallMS

impl UnwindSafe for WallMS

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.