[−][src]Struct heapless::consts::B1
The type-level bit 1.
Methods
impl B1
[src][−]
Trait Implementations
impl Clone for B1
[src][+]
impl Not for B1
[src][+]
impl Bit for B1
[src][+]
impl NonZero for B1
[src]
impl Debug for B1
[src][+]
impl PartialEq<B1> for B1
[src][+]
impl Ord for B1
[src][+]
impl PartialOrd<B1> for B1
[src][+]
impl Max<B1> for B1
[src][+]
impl Max<B1> for B0
[src][+]
impl Max<B0> for B1
[src][+]
impl Min<B0> for B1
[src][+]
impl Min<B1> for B1
[src][+]
impl Min<B1> for B0
[src][+]
impl BitXor<B0> for B1
[src][+]
impl BitXor<B1> for B0
[src][+]
impl BitXor<B1> for B1
[src][+]
impl Hash for B1
[src][+]
impl Eq for B1
[src]
impl PowerOfTwo for B1
[src]
impl<Rhs> BitOr<Rhs> for B1 where
Rhs: Bit,
[src][+]
Rhs: Bit,
impl BitOr<B1> for B0
[src][+]
impl Cmp<B1> for B0
[src]
type Output = Less
The result of the comparison. It should only ever be one of Greater
, Less
, or Equal
.
impl Cmp<B1> for B1
[src]
type Output = Equal
The result of the comparison. It should only ever be one of Greater
, Less
, or Equal
.
impl Cmp<B0> for B1
[src]
type Output = Greater
The result of the comparison. It should only ever be one of Greater
, Less
, or Equal
.
impl Default for B1
[src][+]
impl BitAnd<B0> for B1
[src][+]
impl BitAnd<B1> for B1
[src][+]
impl Copy for B1
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> From for T
[src][−]
impl<T, U> TryFrom for T where
U: Into<T>,
[src][−]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src][−]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src][−]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src][−]
impl<T, U> Into for T where
U: From<T>,
[src][−]
U: From<T>,
impl<T> Borrow for T where
T: ?Sized,
[src][−]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src][−]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src][−]
impl<T> Any for T where
T: 'static + ?Sized,
[src][−]
T: 'static + ?Sized,
impl<A, B> IsEqual for A where
A: Cmp<B> + IsEqualPrivate<B, <A as Cmp<B>>::Output>,
[src][−]
A: Cmp<B> + IsEqualPrivate<B, <A as Cmp<B>>::Output>,
type Output = <A as IsEqualPrivate<B, <A as Cmp<B>>::Output>>::Output
The type representing either True
or False
fn is_equal(self, B) -> <A as IsEqual<B>>::Output
[src][−]
impl<A, B> IsLessOrEqual for A where
A: Cmp<B> + IsLessOrEqualPrivate<B, <A as Cmp<B>>::Output>,
[src][−]
A: Cmp<B> + IsLessOrEqualPrivate<B, <A as Cmp<B>>::Output>,
type Output = <A as IsLessOrEqualPrivate<B, <A as Cmp<B>>::Output>>::Output
The type representing either True
or False
fn is_less_or_equal(self, B) -> <A as IsLessOrEqual<B>>::Output
[src][−]
impl<T> Same for T
[src]
type Output = T
Should always be Self
impl<A, B> IsLess for A where
A: Cmp<B> + IsLessPrivate<B, <A as Cmp<B>>::Output>,
[src][−]
A: Cmp<B> + IsLessPrivate<B, <A as Cmp<B>>::Output>,
type Output = <A as IsLessPrivate<B, <A as Cmp<B>>::Output>>::Output
The type representing either True
or False
fn is_less(self, B) -> <A as IsLess<B>>::Output
[src][−]
impl<A, B> IsGreater for A where
A: Cmp<B> + IsGreaterPrivate<B, <A as Cmp<B>>::Output>,
[src][−]
A: Cmp<B> + IsGreaterPrivate<B, <A as Cmp<B>>::Output>,
type Output = <A as IsGreaterPrivate<B, <A as Cmp<B>>::Output>>::Output
The type representing either True
or False
fn is_greater(self, B) -> <A as IsGreater<B>>::Output
[src][−]
impl<A, B> IsNotEqual for A where
A: Cmp<B> + IsNotEqualPrivate<B, <A as Cmp<B>>::Output>,
[src][−]
A: Cmp<B> + IsNotEqualPrivate<B, <A as Cmp<B>>::Output>,
type Output = <A as IsNotEqualPrivate<B, <A as Cmp<B>>::Output>>::Output
The type representing either True
or False
fn is_not_equal(self, B) -> <A as IsNotEqual<B>>::Output
[src][−]
impl<A, B> IsGreaterOrEqual for A where
A: Cmp<B> + IsGreaterOrEqualPrivate<B, <A as Cmp<B>>::Output>,
[src][−]
A: Cmp<B> + IsGreaterOrEqualPrivate<B, <A as Cmp<B>>::Output>,
type Output = <A as IsGreaterOrEqualPrivate<B, <A as Cmp<B>>::Output>>::Output
The type representing either True
or False