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

pub trait IsNotStaticOne { }

Trait implemented by Dynamic and type-level integers different from U1.

Implementations on Foreign Types

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

impl<A, B, C, D, E, F, G> IsNotStaticOne 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]

Implementors