Struct typenum::bit::B0 [−][src]
pub struct B0;
The type-level bit 0.
Implementations
Trait Implementations
impl Clone for B0
[src]
impl Clone for B0
[src]fn clone(&self) -> B0
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl PartialOrd<B0> for B0
[src]
impl PartialOrd<B0> for B0
[src]impl<U: Unsigned, B: Bit> Shl<B0> for UInt<U, B>
[src]
impl<U: Unsigned, B: Bit> Shl<B0> for UInt<U, B>
[src]Shifting left any unsigned by a zero bit: U << B0 = U
impl<U: Unsigned, B: Bit> Shr<B0> for UInt<U, B>
[src]
impl<U: Unsigned, B: Bit> Shr<B0> for UInt<U, B>
[src]Shifting right any unsigned by a zero bit: U >> B0 = U