[][src]Struct mag::time::ds

pub struct ds;

Decisecond

Trait Implementations

impl Unit for ds[src]

impl Clone for ds[src]

impl Copy for ds[src]

impl PartialEq<ds> for ds[src]

impl Debug for ds[src]

impl Div<ds> for f64[src]

type Output = Frequency<ds>

The resulting type after applying the / operator.

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

type Output = Speed<L, ds>

The resulting type after applying the / operator.

impl Mul<ds> for f64[src]

type Output = Period<ds>

The resulting type after applying the * operator.

impl StructuralPartialEq for ds[src]

Auto Trait Implementations

impl Send for ds

impl Sync for ds

impl Unpin for ds

impl UnwindSafe for ds

impl RefUnwindSafe for ds

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]