#[repr(u8)]pub enum AllCmd {
ZZ137 = 0,
ZZ138 = 1,
}Variants§
ZZ137 = 0
The command operates on a single flash block
ZZ138 = 1
The command operates on all flash blocks
Implementations§
Trait Implementations§
Source§impl Ord for AllCmd
impl Ord for AllCmd
Source§impl PartialOrd for AllCmd
impl PartialOrd for AllCmd
impl Copy for AllCmd
impl Eq for AllCmd
impl StructuralPartialEq for AllCmd
Auto Trait Implementations§
impl Freeze for AllCmd
impl RefUnwindSafe for AllCmd
impl Send for AllCmd
impl Sync for AllCmd
impl Unpin for AllCmd
impl UnwindSafe for AllCmd
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