#[repr(u8)]pub enum IfrCmd {
ZZ139 = 0,
ZZ140 = 1,
}Variants§
ZZ139 = 0
The command operates on a main flash address
ZZ140 = 1
The command operates on an IFR address
Implementations§
Trait Implementations§
Source§impl Ord for IfrCmd
impl Ord for IfrCmd
Source§impl PartialOrd for IfrCmd
impl PartialOrd for IfrCmd
impl Copy for IfrCmd
impl Eq for IfrCmd
impl StructuralPartialEq for IfrCmd
Auto Trait Implementations§
impl Freeze for IfrCmd
impl RefUnwindSafe for IfrCmd
impl Send for IfrCmd
impl Sync for IfrCmd
impl Unpin for IfrCmd
impl UnwindSafe for IfrCmd
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