Trait rin::math::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: Bit + Any + Debug + Copy + PartialEq<B> + Send + Sync,
U: Unsigned + DimName,
[src]
B: Bit + Any + Debug + Copy + PartialEq<B> + Send + Sync,
U: Unsigned + DimName,
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
C: Bit + Any + Debug + Copy + PartialEq<C> + Send + Sync,
E: Bit + Any + Debug + Copy + PartialEq<E> + Send + Sync,
B: Bit + Any + Debug + Copy + PartialEq<B> + Send + Sync,
A: Bit + Any + Debug + Copy + PartialEq<A> + Send + Sync,
D: Bit + Any + Debug + Copy + PartialEq<D> + Send + Sync,
F: Bit + Any + Debug + Copy + PartialEq<F> + Send + Sync,
G: Bit + Any + Debug + Copy + PartialEq<G> + Send + Sync,
[src]
Loading content...C: Bit + Any + Debug + Copy + PartialEq<C> + Send + Sync,
E: Bit + Any + Debug + Copy + PartialEq<E> + Send + Sync,
B: Bit + Any + Debug + Copy + PartialEq<B> + Send + Sync,
A: Bit + Any + Debug + Copy + PartialEq<A> + Send + Sync,
D: Bit + Any + Debug + Copy + PartialEq<D> + Send + Sync,
F: Bit + Any + Debug + Copy + PartialEq<F> + Send + Sync,
G: Bit + Any + Debug + Copy + PartialEq<G> + Send + Sync,