pub enum M1W {
M0,
BIT7,
}
Expand description
Values that can be written to the field M1
Variants§
Auto Trait Implementations§
impl Freeze for M1W
impl RefUnwindSafe for M1W
impl Send for M1W
impl Sync for M1W
impl Unpin for M1W
impl UnwindSafe for M1W
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