#[repr(u8)]pub enum DberrReg {
ZZ177 = 0,
ZZ178 = 1,
}Variants§
ZZ177 = 0
Double-bit fault not detected
ZZ178 = 1
Double-bit fault detected on previous UINT flash read
Implementations§
Trait Implementations§
Source§impl Ord for DberrReg
impl Ord for DberrReg
Source§impl PartialOrd for DberrReg
impl PartialOrd for DberrReg
impl Copy for DberrReg
impl Eq for DberrReg
impl StructuralPartialEq for DberrReg
Auto Trait Implementations§
impl Freeze for DberrReg
impl RefUnwindSafe for DberrReg
impl Send for DberrReg
impl Sync for DberrReg
impl Unpin for DberrReg
impl UnwindSafe for DberrReg
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