Struct libp2p::multiaddr::multihash::typenum::consts::B0 [−][src]
pub struct B0;
The type-level bit 0.
Implementations
Trait Implementations
impl PartialOrd<B0> for B0[src]
impl PartialOrd<B0> for B0[src]impl<U, B> Shl<B0> for UInt<U, B> where
B: Bit,
U: Unsigned, [src]
impl<U, B> Shl<B0> for UInt<U, B> where
B: Bit,
U: Unsigned, [src]Shifting left any unsigned by a zero bit: U << B0 = U
impl<U, B> Shr<B0> for UInt<U, B> where
B: Bit,
U: Unsigned, [src]
impl<U, B> Shr<B0> for UInt<U, B> where
B: Bit,
U: Unsigned, [src]Shifting right any unsigned by a zero bit: U >> B0 = U