[][src]Struct mag::time::d

pub struct d;

Day

Trait Implementations

impl Unit for d[src]

impl Clone for d[src]

impl Copy for d[src]

impl PartialEq<d> for d[src]

impl Debug for d[src]

impl Div<d> for f64[src]

type Output = Frequency<d>

The resulting type after applying the / operator.

impl<L> Div<d> for Length<L> where
    L: Unit
[src]

type Output = Speed<L, d>

The resulting type after applying the / operator.

impl Mul<d> for f64[src]

type Output = Period<d>

The resulting type after applying the * operator.

impl StructuralPartialEq for d[src]

Auto Trait Implementations

impl Send for d

impl Sync for d

impl Unpin for d

impl UnwindSafe for d

impl RefUnwindSafe for d

Blanket Implementations

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

impl<T> From<T> for 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.

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

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

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