#[repr(u8)]pub enum AddrFail {
ZZ141 = 0,
ZZ142 = 1,
}Variants§
ZZ141 = 0
The address is within the flash or IFR address space
ZZ142 = 1
The address is outside the flash or IFR address space
Implementations§
Trait Implementations§
Source§impl Ord for AddrFail
impl Ord for AddrFail
Source§impl PartialOrd for AddrFail
impl PartialOrd for AddrFail
impl Copy for AddrFail
impl Eq for AddrFail
impl StructuralPartialEq for AddrFail
Auto Trait Implementations§
impl Freeze for AddrFail
impl RefUnwindSafe for AddrFail
impl Send for AddrFail
impl Sync for AddrFail
impl Unpin for AddrFail
impl UnwindSafe for AddrFail
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