#[repr(u8)]pub enum Perdy {
ZZ1 = 0,
ZZ2 = 1,
}Variants§
ZZ1 = 0
Program or sector erase command operation is not stalled
ZZ2 = 1
Program or sector erase command operation is stalled
Implementations§
Trait Implementations§
Source§impl Ord for Perdy
impl Ord for Perdy
Source§impl PartialOrd for Perdy
impl PartialOrd for Perdy
impl Copy for Perdy
impl Eq for Perdy
impl StructuralPartialEq for Perdy
Auto Trait Implementations§
impl Freeze for Perdy
impl RefUnwindSafe for Perdy
impl Send for Perdy
impl Sync for Perdy
impl Unpin for Perdy
impl UnwindSafe for Perdy
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