[][src]Struct flatk::U

pub struct U<N>(_);

Wrapper around typenum types to prevent downstream trait implementations.

Trait Implementations

impl<N: Clone> Clone for U<N>[src]

impl<N: Copy> Copy for U<N>[src]

impl<N: Unsigned> Debug for U<N>[src]

impl<N: Default> Default for U<N>[src]

impl<N: Unsigned + Copy> Dimension for U<N>[src]

impl<N: PartialEq> PartialEq<U<N>> for U<N>[src]

impl<N: PartialOrd> PartialOrd<U<N>> for U<N>[src]

impl<N> StructuralPartialEq for U<N>[src]

Auto Trait Implementations

impl<N> RefUnwindSafe for U<N> where
    N: RefUnwindSafe

impl<N> Send for U<N> where
    N: Send

impl<N> Sync for U<N> where
    N: Sync

impl<N> Unpin for U<N> where
    N: Unpin

impl<N> UnwindSafe for U<N> where
    N: UnwindSafe

Blanket Implementations

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

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

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

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

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

impl<'a, S, I> Get<'a, I> for S where
    I: GetIndex<'a, S>, 
[src]

type Output = <I as GetIndex<'a, S>>::Output

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

impl<S, I> Isolate<I> for S where
    I: IsolateIndex<S>, 
[src]

type Output = <I as IsolateIndex<S>>::Output

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

type Output = T

Should always be Self

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.