Struct libp2p::multiaddr::multihash::typenum::consts::B1 [−][src]
pub struct B1;
The type-level bit 1.
Implementations
Trait Implementations
impl<U> Add<B1> for UInt<U, B1> where
U: Unsigned + Add<B1>,
<U as Add<B1>>::Output: Unsigned,
[src]
impl<U> Add<B1> for UInt<U, B1> where
U: Unsigned + Add<B1>,
<U as Add<B1>>::Output: Unsigned,
[src]UInt<U, B1> + B1 = UInt<U + B1, B0>
impl PartialOrd<B1> for B1
[src]
impl PartialOrd<B1> for B1
[src]impl<U, B> Shl<B1> for UInt<U, B> where
B: Bit,
U: Unsigned,
[src]
impl<U, B> Shl<B1> for UInt<U, B> where
B: Bit,
U: Unsigned,
[src]Shifting left a UInt
by a one bit: UInt<U, B> << B1 = UInt<UInt<U, B>, B0>
impl<U, B> Shr<B1> for UInt<U, B> where
B: Bit,
U: Unsigned,
[src]
impl<U, B> Shr<B1> for UInt<U, B> where
B: Bit,
U: Unsigned,
[src]Shifting right a UInt
by a 1 bit: UInt<U, B> >> B1 = U
impl<U, B> Sub<B1> for UInt<UInt<U, B>, B1> where
B: Bit,
U: Unsigned,
[src]
impl<U, B> Sub<B1> for UInt<UInt<U, B>, B1> where
B: Bit,
U: Unsigned,
[src]UInt<U, B1> - B1 = UInt<U, B0>
impl<U> Sub<B1> for UInt<U, B0> where
U: Unsigned + Sub<B1>,
<U as Sub<B1>>::Output: Unsigned,
[src]
impl<U> Sub<B1> for UInt<U, B0> where
U: Unsigned + Sub<B1>,
<U as Sub<B1>>::Output: Unsigned,
[src]UInt<U, B0> - B1 = UInt<U - B1, B1>