[][src]Struct mag::length::yd

pub struct yd;

Yard

Trait Implementations

impl Unit for yd[src]

impl Clone for yd[src]

impl Copy for yd[src]

impl PartialEq<yd> for yd[src]

impl Debug for yd[src]

impl Mul<yd> for f64[src]

type Output = Length<yd>

The resulting type after applying the * operator.

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

type Output = Area<yd>

The resulting type after applying the * operator.

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

type Output = Volume<yd>

The resulting type after applying the * operator.

impl StructuralPartialEq for yd[src]

Auto Trait Implementations

impl Send for yd

impl Sync for yd

impl Unpin for yd

impl UnwindSafe for yd

impl RefUnwindSafe for yd

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]