[][src]Struct mag::length::mi

pub struct mi;

Mile

Trait Implementations

impl Unit for mi[src]

impl Clone for mi[src]

impl Copy for mi[src]

impl PartialEq<mi> for mi[src]

impl Debug for mi[src]

impl Mul<mi> for f64[src]

type Output = Length<mi>

The resulting type after applying the * operator.

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

type Output = Area<mi>

The resulting type after applying the * operator.

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

type Output = Volume<mi>

The resulting type after applying the * operator.

impl StructuralPartialEq for mi[src]

Auto Trait Implementations

impl Send for mi

impl Sync for mi

impl Unpin for mi

impl UnwindSafe for mi

impl RefUnwindSafe for mi

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]