pub enum MERW {
MASSERASE,
}
Expand description
Values that can be written to the field MER
Variants§
MASSERASE
Erase activated for all user sectors
Auto Trait Implementations§
impl Freeze for MERW
impl RefUnwindSafe for MERW
impl Send for MERW
impl Sync for MERW
impl Unpin for MERW
impl UnwindSafe for MERW
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