pub struct BitTerm8(/* private fields */);Implementations§
Trait Implementations§
impl Copy for BitTerm8
impl Eq for BitTerm8
Source§impl Ord for BitTerm8
impl Ord for BitTerm8
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
Source§impl PartialOrd for BitTerm8
impl PartialOrd for BitTerm8
impl StructuralPartialEq for BitTerm8
Auto Trait Implementations§
impl Freeze for BitTerm8
impl RefUnwindSafe for BitTerm8
impl Send for BitTerm8
impl Sync for BitTerm8
impl Unpin for BitTerm8
impl UnsafeUnpin for BitTerm8
impl UnwindSafe for BitTerm8
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