Struct typenum::bit::B0 [−][src]
The type-level bit 0.
Implementations
impl B0
[src][−]
Trait Implementations
impl Add<B0> for UTerm
[src][+]
impl<U: Unsigned, B: Bit> Add<B0> for UInt<U, B>
[src][+]
impl Bit for B0
[src][+]
impl BitAnd<B0> for B1
[src][+]
impl<Rhs: Bit> BitAnd<Rhs> for B0
[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 Clone for B0
[src][+]
impl Cmp<B0> for B0
[src][+]
impl Cmp<B0> for B1
[src][+]
impl Cmp<B1> for B0
[src][+]
impl Copy for B0
[src]
impl Debug for B0
[src][+]
impl Default for B0
[src][+]
impl Eq for B0
[src]
impl Hash for B0
[src][+]
impl Max<B0> for B0
[src][+]
impl Max<B0> for B1
[src][+]
impl Max<B1> for B0
[src][+]
impl Min<B0> for B0
[src][+]
impl Min<B0> for B1
[src][+]
impl Min<B1> for B0
[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 Ord for B0
[src][+]
impl PartialEq<B0> for B0
[src][+]
impl PartialOrd<B0> 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 StructuralEq for B0
[src]
impl StructuralPartialEq for B0
[src]
impl Sub<B0> for UTerm
[src][+]
impl<U: Unsigned, B: Bit> Sub<B0> for UInt<U, B>
[src][+]
impl Zero for B0
[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<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
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>,