[][src]Struct mag::length::mm

pub struct mm;

Millimeter / Millimetre

Trait Implementations

impl Unit for mm[src]

impl Clone for mm[src]

impl Copy for mm[src]

impl PartialEq<mm> for mm[src]

impl Debug for mm[src]

impl Mul<mm> for f64[src]

type Output = Length<mm>

The resulting type after applying the * operator.

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

type Output = Area<mm>

The resulting type after applying the * operator.

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

type Output = Volume<mm>

The resulting type after applying the * operator.

impl StructuralPartialEq for mm[src]

Auto Trait Implementations

impl Send for mm

impl Sync for mm

impl Unpin for mm

impl UnwindSafe for mm

impl RefUnwindSafe for mm

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]