pub enum EightBit {}
Expand description
This type is not present with the selected feature set, defined for documentation only
Auto Trait Implementations§
impl Freeze for EightBit
impl RefUnwindSafe for EightBit
impl Send for EightBit
impl Sync for EightBit
impl Unpin for EightBit
impl UnwindSafe for EightBit
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