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