[][src]Struct mag::length::um

pub struct um;

Micrometer / Micrometre

Trait Implementations

impl Unit for um[src]

impl Clone for um[src]

impl Copy for um[src]

impl PartialEq<um> for um[src]

impl Debug for um[src]

impl Mul<um> for f64[src]

type Output = Length<um>

The resulting type after applying the * operator.

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

type Output = Area<um>

The resulting type after applying the * operator.

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

type Output = Volume<um>

The resulting type after applying the * operator.

impl StructuralPartialEq for um[src]

Auto Trait Implementations

impl Send for um

impl Sync for um

impl Unpin for um

impl UnwindSafe for um

impl RefUnwindSafe for um

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]