#[repr(u8)]pub enum Ersaack {
ZZ111 = 0,
ZZ112 = 1,
}Variants§
ZZ111 = 0
Mass Erase operation is not active (operation has completed or has not started)
ZZ112 = 1
Mass Erase operation is active (controller acknowledges that the soc_ersall_req input is asserted and will continue with the operation)
Implementations§
Trait Implementations§
Source§impl Ord for Ersaack
impl Ord for Ersaack
Source§impl PartialOrd for Ersaack
impl PartialOrd for Ersaack
impl Copy for Ersaack
impl Eq for Ersaack
impl StructuralPartialEq for Ersaack
Auto Trait Implementations§
impl Freeze for Ersaack
impl RefUnwindSafe for Ersaack
impl Send for Ersaack
impl Sync for Ersaack
impl Unpin for Ersaack
impl UnwindSafe for Ersaack
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