[−][src]Struct typenum::uint::UTerm
The terminating type for UInt
; it always comes after the most significant
bit. UTerm
by itself represents zero, which is aliased to U0
.
Methods
impl UTerm
[src][−]
Trait Implementations
impl<Un, Bn> GetBit<UTerm> for UInt<Un, Bn>
[src]
type Output = Bn
impl<I> GetBit<I> for UTerm
[src]
impl Unsigned for UTerm
[src][+]
impl Pow<UTerm> for f32
[src][+]
impl Pow<UTerm> for f64
[src][+]
impl Pow<UTerm> for u8
[src][+]
impl Pow<UTerm> for u16
[src][+]
impl Pow<UTerm> for u32
[src][+]
impl Pow<UTerm> for u64
[src][+]
impl Pow<UTerm> for usize
[src][+]
impl Pow<UTerm> for i8
[src][+]
impl Pow<UTerm> for i16
[src][+]
impl Pow<UTerm> for i32
[src][+]
impl Pow<UTerm> for i64
[src][+]
impl Pow<UTerm> for isize
[src][+]
impl Cmp<UTerm> for UTerm
[src]
Zero == Zero
type Output = Equal
The result of the comparison. It should only ever be one of Greater
, Less
, or Equal
.
impl<U: Unsigned, B: Bit> Cmp<UTerm> for UInt<U, B>
[src]
Nonzero > Zero
type Output = Greater
The result of the comparison. It should only ever be one of Greater
, Less
, or Equal
.
impl<U: Unsigned, B: Bit> Cmp<UInt<U, B>> for UTerm
[src]
Zero < Nonzero
type Output = Less
The result of the comparison. It should only ever be one of Greater
, Less
, or Equal
.
impl Len for UTerm
[src][+]
impl<Ur: Unsigned, Br: Bit> PartialDiv<UInt<Ur, Br>> for UTerm
[src][+]
impl<U> Min<U> for UTerm where
U: Unsigned,
[src][+]
U: Unsigned,
impl<U> Max<U> for UTerm where
U: Unsigned,
[src][+]
U: Unsigned,
impl Copy for UTerm
[src]
impl Debug for UTerm
[src][+]
impl Sub<B0> for UTerm
[src][+]
impl Sub<UTerm> for UTerm
[src][+]
impl PartialEq<UTerm> for UTerm
[src][+]
impl Eq for UTerm
[src]
impl Ord for UTerm
[src][+]
impl PartialOrd<UTerm> for UTerm
[src][+]
impl Hash for UTerm
[src][+]
impl Add<B0> for UTerm
[src][+]
impl Add<B1> for UTerm
[src][+]
impl<U: Unsigned> Add<U> for UTerm
[src][+]
impl<U: Unsigned, B: Bit> Add<UTerm> for UInt<U, B>
[src][+]
impl Mul<B0> for UTerm
[src][+]
impl Mul<B1> for UTerm
[src][+]
impl<U: Unsigned, B: Bit> Mul<UTerm> for UInt<U, B>
[src][+]
impl<U: Unsigned> Mul<U> for UTerm
[src][+]
impl<Ur: Unsigned, Br: Bit> Div<UInt<Ur, Br>> for UTerm
[src][+]
impl<Ur: Unsigned, Br: Bit> Rem<UInt<Ur, Br>> for UTerm
[src][+]
impl<Ur: Unsigned> BitAnd<Ur> for UTerm
[src][+]
impl<U: Unsigned> BitOr<U> for UTerm
[src][+]
impl<B: Bit, U: Unsigned> BitOr<UTerm> for UInt<U, B>
[src][+]
impl<Ur: Unsigned> BitXor<Ur> for UTerm
[src][+]
impl Shl<B0> for UTerm
[src][+]
impl Shl<B1> for UTerm
[src][+]
impl<U: Unsigned, B: Bit> Shl<UTerm> for UInt<U, B>
[src][+]
impl<U: Unsigned> Shl<U> for UTerm
[src][+]
impl<U: Unsigned> Shr<U> for UTerm
[src][+]
impl<U: Unsigned, B: Bit> Shr<UTerm> for UInt<U, B>
[src][+]
impl Shr<B0> for UTerm
[src][+]
impl Shr<B1> for UTerm
[src][+]
impl Clone for UTerm
[src][+]
impl Default for UTerm
[src][+]
Auto Trait Implementations
Blanket Implementations
impl<N, I, B> SetBit<I, B> for N where
N: PrivateSetBit<I, B>,
<N as PrivateSetBit<I, B>>::Output: Trim,
[src]
N: PrivateSetBit<I, B>,
<N as PrivateSetBit<I, B>>::Output: Trim,
type Output = <<N as PrivateSetBit<I, B>>::Output as Trim>::Output
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<X, N> Pow<N> for X where
N: Unsigned,
X: Unsigned + PrivatePow<UInt<UTerm, B1>, N>,
[src][+]
N: Unsigned,
X: Unsigned + PrivatePow<UInt<UTerm, B1>, N>,
impl<M, N> PartialDiv<N> for M where
M: Integer + Div<N> + Rem<N, Output = Z0>,
[src][+]
M: Integer + Div<N> + Rem<N, Output = Z0>,
impl<A, B> IsLess<B> for A where
A: Cmp<B> + IsLessPrivate<B, <A as Cmp<B>>::Output>,
[src][+]
A: Cmp<B> + IsLessPrivate<B, <A as Cmp<B>>::Output>,
impl<A, B> IsEqual<B> for A where
A: Cmp<B> + IsEqualPrivate<B, <A as Cmp<B>>::Output>,
[src][+]
A: Cmp<B> + IsEqualPrivate<B, <A as Cmp<B>>::Output>,
impl<A, B> IsGreater<B> for A where
A: Cmp<B> + IsGreaterPrivate<B, <A as Cmp<B>>::Output>,
[src][+]
A: Cmp<B> + IsGreaterPrivate<B, <A as Cmp<B>>::Output>,
impl<A, B> IsLessOrEqual<B> for A where
A: Cmp<B> + IsLessOrEqualPrivate<B, <A as Cmp<B>>::Output>,
[src][+]
A: Cmp<B> + IsLessOrEqualPrivate<B, <A as Cmp<B>>::Output>,
impl<A, B> IsNotEqual<B> for A where
A: Cmp<B> + IsNotEqualPrivate<B, <A as Cmp<B>>::Output>,
[src][+]
A: Cmp<B> + IsNotEqualPrivate<B, <A as Cmp<B>>::Output>,
impl<A, B> IsGreaterOrEqual<B> for A where
A: Cmp<B> + IsGreaterOrEqualPrivate<B, <A as Cmp<B>>::Output>,
[src][+]
A: Cmp<B> + IsGreaterOrEqualPrivate<B, <A as Cmp<B>>::Output>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,