pub enum BitMode {
Bit4 = 0,
Bit8 = 16,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BitMode
impl RefUnwindSafe for BitMode
impl Send for BitMode
impl Sync for BitMode
impl Unpin for BitMode
impl UnwindSafe for BitMode
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