Enum Meen
#[repr(u8)]pub enum Meen {
_00 = 0,
_01 = 1,
_11 = 3,
}Expand description
Mass Erase Enable Bits
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Meen
impl Eq for Meen
impl IsEnum for Meen
impl StructuralPartialEq for Meen
Auto Trait Implementations§
impl Freeze for Meen
impl RefUnwindSafe for Meen
impl Send for Meen
impl Sync for Meen
impl Unpin for Meen
impl UnwindSafe for Meen
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