Trait ggez::graphics::na::DimName [] [src]

pub trait DimName: Dim where
    <Self::Value as NamedDim>::Name == Self, 
{ type Value: NamedDim; fn name() -> Self; fn dim() -> usize { ... } }

Trait implemented exclusively by type-level integers.

Associated Types

Required Methods

The name of this dimension, i.e., the singleton Self.

Provided Methods

The value of this dimension.

Implementations on Foreign Types

impl<U, B> DimName for UInt<U, B> where
    B: Send + Copy + PartialEq<B> + Any + Debug + Bit,
    U: DimName + Unsigned, 
[src]

[src]

[src]

impl<A, B, C, D, E, F, G> DimName for UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, A>, B>, C>, D>, E>, F>, G> where
    A: Send + Copy + PartialEq<A> + Any + Debug + Bit,
    B: Send + Copy + PartialEq<B> + Any + Debug + Bit,
    C: Send + Copy + PartialEq<C> + Any + Debug + Bit,
    D: Send + Copy + PartialEq<D> + Any + Debug + Bit,
    E: Send + Copy + PartialEq<E> + Any + Debug + Bit,
    F: Send + Copy + PartialEq<F> + Any + Debug + Bit,
    G: Send + Copy + PartialEq<G> + Any + Debug + Bit, 
[src]

[src]

[src]

Implementors