pub struct B0;Expand description
The type-level bit 0.
Implementations§
Trait Implementations§
impl Copy for B0
impl Eq for B0
Source§impl Ord for B0
impl Ord for B0
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for B0
impl PartialOrd for B0
impl StructuralPartialEq for B0
impl Zero for B0
Auto Trait Implementations§
impl Freeze for B0
impl RefUnwindSafe for B0
impl Send for B0
impl Sync for B0
impl Unpin for B0
impl UnsafeUnpin for B0
impl UnwindSafe for B0
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<A, B> IsGreaterOrEqual<B> for A
impl<A, B> IsGreaterOrEqual<B> for A
Source§type Output = <A as IsGreaterOrEqualPrivate<B, <A as Cmp<B>>::Output>>::Output
type Output = <A as IsGreaterOrEqualPrivate<B, <A as Cmp<B>>::Output>>::Output
The type representing either
True or FalseSource§fn is_greater_or_equal(self, rhs: B) -> <A as IsGreaterOrEqual<B>>::Output
fn is_greater_or_equal(self, rhs: B) -> <A as IsGreaterOrEqual<B>>::Output
Method returning
True or False.Source§impl<A, B> IsLessOrEqual<B> for A
impl<A, B> IsLessOrEqual<B> for A
Source§type Output = <A as IsLessOrEqualPrivate<B, <A as Cmp<B>>::Output>>::Output
type Output = <A as IsLessOrEqualPrivate<B, <A as Cmp<B>>::Output>>::Output
The type representing either
True or FalseSource§fn is_less_or_equal(self, rhs: B) -> <A as IsLessOrEqual<B>>::Output
fn is_less_or_equal(self, rhs: B) -> <A as IsLessOrEqual<B>>::Output
Method returning
True or False.Source§impl<A, B> IsNotEqual<B> for A
impl<A, B> IsNotEqual<B> for A
Source§type Output = <A as IsNotEqualPrivate<B, <A as Cmp<B>>::Output>>::Output
type Output = <A as IsNotEqualPrivate<B, <A as Cmp<B>>::Output>>::Output
The type representing either
True or FalseSource§fn is_not_equal(self, rhs: B) -> <A as IsNotEqual<B>>::Output
fn is_not_equal(self, rhs: B) -> <A as IsNotEqual<B>>::Output
Method returning
True or False.