pub struct Hexbit(/* private fields */);
Expand description
Six bits.
Implementations§
Trait Implementations§
impl Copy for Hexbit
impl Eq for Hexbit
impl StructuralPartialEq for Hexbit
Auto Trait Implementations§
impl Freeze for Hexbit
impl RefUnwindSafe for Hexbit
impl Send for Hexbit
impl Sync for Hexbit
impl Unpin for Hexbit
impl UnwindSafe for Hexbit
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