[][src]Struct mag::length::dm

pub struct dm;

Decimeter / Decimetre

Trait Implementations

impl Unit for dm[src]

impl Clone for dm[src]

impl Copy for dm[src]

impl PartialEq<dm> for dm[src]

impl Debug for dm[src]

impl Mul<dm> for f64[src]

type Output = Length<dm>

The resulting type after applying the * operator.

impl Mul<dm> for Length<dm>[src]

type Output = Area<dm>

The resulting type after applying the * operator.

impl Mul<dm> for Area<dm>[src]

type Output = Volume<dm>

The resulting type after applying the * operator.

impl StructuralPartialEq for dm[src]

Auto Trait Implementations

impl Send for dm

impl Sync for dm

impl Unpin for dm

impl UnwindSafe for dm

impl RefUnwindSafe for dm

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]