Struct typenum::uint::UTerm [−][src]
The terminating type for UInt
; it always comes after the most significant
bit. UTerm
by itself represents zero, which is aliased to U0
.
Implementations
impl UTerm
[src][−]
Trait Implementations
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<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 Clone for UTerm
[src][+]
impl<U: Unsigned, B: Bit> Cmp<UInt<U, B>> for UTerm
[src][+]
impl Cmp<UTerm> for UTerm
[src][+]
impl<U: Unsigned, B: Bit> Cmp<UTerm> for UInt<U, B>
[src][+]
impl Copy for UTerm
[src]
impl Debug for UTerm
[src][+]
impl Default for UTerm
[src][+]
impl<Ur: Unsigned, Br: Bit> Div<UInt<Ur, Br>> for UTerm
[src][+]
impl Eq for UTerm
[src]
impl Gcd<UTerm> for U0
[src]
gcd(0, 0) = 0
impl<X> Gcd<UTerm> for X where
X: Unsigned + NonZero,
[src]
X: Unsigned + NonZero,
gcd(x, 0) = x
type Output = X
The greatest common divisor.
impl<I> GetBit<I> for UTerm
[src][+]
impl<Un, Bn> GetBit<UTerm> for UInt<Un, Bn> where
Bn: Copy,
[src][+]
Bn: Copy,
impl Hash for UTerm
[src][+]
impl Len for UTerm
[src][+]
impl<U> Max<U> for UTerm where
U: Unsigned,
[src][+]
U: Unsigned,
impl<U> Min<U> for UTerm where
U: Unsigned,
[src][+]
U: Unsigned,
impl Mul<B0> for UTerm
[src][+]
impl Mul<B1> for UTerm
[src][+]
impl<U: Unsigned> Mul<U> for UTerm
[src][+]
impl<U: Unsigned, B: Bit> Mul<UTerm> for UInt<U, B>
[src][+]
impl Ord for UTerm
[src][+]
impl<Ur: Unsigned, Br: Bit> PartialDiv<UInt<Ur, Br>> for UTerm
[src][+]
impl PartialEq<UTerm> for UTerm
[src][+]
impl PartialOrd<UTerm> for UTerm
[src][+]
impl Pow<UTerm> for f32
[src][+]
impl Pow<UTerm> for f64
[src][+]
impl Pow<UTerm> for i64
[src][+]
impl Pow<UTerm> for isize
[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<Ur: Unsigned, Br: Bit> Rem<UInt<Ur, Br>> for UTerm
[src][+]
impl Shl<B0> for UTerm
[src][+]
impl Shl<B1> for UTerm
[src][+]
impl<U: Unsigned> Shl<U> for UTerm
[src][+]
impl<U: Unsigned, B: Bit> Shl<UTerm> for UInt<U, B>
[src][+]
impl Shr<B0> for UTerm
[src][+]
impl Shr<B1> for UTerm
[src][+]
impl<U: Unsigned> Shr<U> for UTerm
[src][+]
impl<U: Unsigned, B: Bit> Shr<UTerm> for UInt<U, B>
[src][+]
impl StructuralEq for UTerm
[src]
impl StructuralPartialEq for UTerm
[src]
impl Sub<B0> for UTerm
[src][+]
impl Sub<UTerm> for UTerm
[src][+]
impl ToInt<i16> for UTerm
[src][+]
impl ToInt<i32> for UTerm
[src][+]
impl ToInt<i64> for UTerm
[src][+]
impl ToInt<i8> for UTerm
[src][+]
impl ToInt<u16> for UTerm
[src][+]
impl ToInt<u32> for UTerm
[src][+]
impl ToInt<u64> for UTerm
[src][+]
impl ToInt<u8> for UTerm
[src][+]
impl ToInt<usize> for UTerm
[src][+]
impl Unsigned for UTerm
[src][+]
impl Zero for UTerm
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
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> From<T> for T
[src][+]
impl<X> Gcd<UTerm> for X where
X: Unsigned + NonZero,
[src]
X: Unsigned + NonZero,
type Output = X
The greatest common divisor.
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
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<T> Same<T> for T
[src]
type Output = T
Should always be Self
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,
impl<N> SquareRoot for N where
N: PrivateSquareRoot,
[src]
N: PrivateSquareRoot,
type Output = <N as PrivateSquareRoot>::Output
The result of the integer square root.
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,