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