Struct typenum::bit::B0 [−][src]
pub struct B0;
Expand description
The type-level bit 0.
Implementations
Trait Implementations
impl Ord for B0[src]
impl Ord for B0[src]impl PartialOrd<B0> for B0[src]
impl PartialOrd<B0> for B0[src]fn partial_cmp(&self, other: &B0) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &B0) -> Option<Ordering>[src]This method returns an ordering between self and other values if one exists. Read more
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]This method tests less than (for self and other) and is used by the < operator. Read more
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
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