[][src]Struct nalgebra::base::dimension::U2

pub struct U2;

A type level dimension.

Trait Implementations

impl<N: SimdRealField> AbstractRotation<N, U2> for UnitComplex<N> where
    N::Element: SimdRealField
[src]

impl Clone for U2[src]

impl Copy for U2[src]

impl Debug for U2[src]

impl Dim for U2[src]

impl DimName for U2[src]

type Value = U2

impl Eq for U2[src]

impl Hash for U2[src]

impl IsNotStaticOne for U2[src]

impl PartialEq<U2> for U2[src]

impl StructuralEq for U2[src]

impl StructuralPartialEq for U2[src]

Auto Trait Implementations

impl RefUnwindSafe for U2[src]

impl Send for U2[src]

impl Sync for U2[src]

impl Unpin for U2[src]

impl UnwindSafe for U2[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<D> DimAdd<Dynamic> for D where
    D: DimName
[src]

type Output = Dynamic

impl<D> DimDiv<Dynamic> for D where
    D: DimName
[src]

type Output = Dynamic

impl<D> DimMax<Dynamic> for D where
    D: DimName
[src]

type Output = Dynamic

impl<D> DimMin<Dynamic> for D where
    D: DimName
[src]

type Output = Dynamic

impl<D> DimMul<Dynamic> for D where
    D: DimName
[src]

type Output = Dynamic

impl<D> DimSub<Dynamic> for D where
    D: DimName
[src]

type Output = Dynamic

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T[src]

type Output = T

Should always be Self

impl<SS, SP> SupersetOf<SS> for SP where
    SS: SubsetOf<SP>, 
[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<V, T> VZip<V> for T where
    V: MultiLane<T>,