[−][src]Struct typenum::bit::B0
The type-level bit 0.
Methods
impl B0
[src][−]
Trait Implementations
impl Bit for B0
[src][+]
impl Cmp<B0> for B0
[src]
type Output = Equal
The result of the comparison. It should only ever be one of Greater
, Less
, or Equal
.
impl Cmp<B1> for B0
[src]
type Output = Less
The result of the comparison. It should only ever be one of Greater
, Less
, or Equal
.
impl Cmp<B0> for B1
[src]
type Output = Greater
The result of the comparison. It should only ever be one of Greater
, Less
, or Equal
.
impl Min<B0> for B0
[src][+]
impl Min<B1> for B0
[src][+]
impl Min<B0> for B1
[src][+]
impl Max<B0> for B0
[src][+]
impl Max<B1> for B0
[src][+]
impl Max<B0> for B1
[src][+]
impl Debug for B0
[src][+]
impl Sub<B0> for UTerm
[src][+]
impl<U: Unsigned, B: Bit> Sub<B0> for UInt<U, B>
[src][+]
impl PartialEq<B0> for B0
[src][+]
impl Eq for B0
[src]
impl Ord for B0
[src][+]
impl PartialOrd<B0> for B0
[src][+]
impl Add<B0> for UTerm
[src][+]
impl<U: Unsigned, B: Bit> Add<B0> for UInt<U, B>
[src][+]
impl<U: Unsigned, B: Bit> Mul<B0> for UInt<U, B>
[src][+]
impl Mul<B0> for UTerm
[src][+]
impl Not for B0
[src][+]
impl<Rhs: Bit> BitAnd<Rhs> for B0
[src][+]
impl BitAnd<B0> for B1
[src][+]
impl BitOr<B0> for B0
[src][+]
impl BitOr<B1> for B0
[src][+]
impl BitXor<B0> for B0
[src][+]
impl BitXor<B0> for B1
[src][+]
impl BitXor<B1> for B0
[src][+]
impl Shl<B0> for UTerm
[src][+]
impl<U: Unsigned, B: Bit> Shl<B0> for UInt<U, B>
[src][+]
impl Shr<B0> for UTerm
[src][+]
impl<U: Unsigned, B: Bit> Shr<B0> for UInt<U, B>
[src][+]
impl Hash for B0
[src][+]
impl Copy for B0
[src]
impl Clone for B0
[src][+]
impl Default for B0
[src][+]
Auto Trait Implementations
Blanket Implementations
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
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> From<T> for T
[src][+]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
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,