#[repr(u8)]pub enum Dberr {
ZZ163 = 0,
ZZ164 = 1,
}Variants§
ZZ163 = 0
No double-bit fault detected during UINT-driven read sequence
ZZ164 = 1
Double-bit fault detected during UINT-driven read sequence
Implementations§
Trait Implementations§
Source§impl Ord for Dberr
impl Ord for Dberr
Source§impl PartialOrd for Dberr
impl PartialOrd for Dberr
impl Copy for Dberr
impl Eq for Dberr
impl StructuralPartialEq for Dberr
Auto Trait Implementations§
impl Freeze for Dberr
impl RefUnwindSafe for Dberr
impl Send for Dberr
impl Sync for Dberr
impl Unpin for Dberr
impl UnwindSafe for Dberr
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