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