Struct typenum::bit::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]fn partial_cmp(&self, other: &B0) -> Option<Ordering>
[src][−]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn ge(&self, other: &Rhs) -> boolimpl<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