[][src]Struct mag::length::ft

pub struct ft;

Foot

Trait Implementations

impl Unit for ft[src]

impl Clone for ft[src]

impl Copy for ft[src]

impl PartialEq<ft> for ft[src]

impl Debug for ft[src]

impl Mul<ft> for f64[src]

type Output = Length<ft>

The resulting type after applying the * operator.

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

type Output = Area<ft>

The resulting type after applying the * operator.

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

type Output = Volume<ft>

The resulting type after applying the * operator.

impl StructuralPartialEq for ft[src]

Auto Trait Implementations

impl Send for ft

impl Sync for ft

impl Unpin for ft

impl UnwindSafe for ft

impl RefUnwindSafe for ft

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]