pub enum Bit2 {}
Expand description
Bit-width of base4 encodings.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Bit2
impl RefUnwindSafe for Bit2
impl Send for Bit2
impl Sync for Bit2
impl Unpin for Bit2
impl UnwindSafe for Bit2
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