#[repr(u8)]pub enum RstDfErr {
ZZ75 = 0,
ZZ76 = 1,
}Variants§
ZZ75 = 0
No double-bit faults detected during initialization
ZZ76 = 1
Double-bit ECC fault was detected during initialization
Implementations§
Trait Implementations§
Source§impl Ord for RstDfErr
impl Ord for RstDfErr
Source§impl PartialOrd for RstDfErr
impl PartialOrd for RstDfErr
impl Copy for RstDfErr
impl Eq for RstDfErr
impl StructuralPartialEq for RstDfErr
Auto Trait Implementations§
impl Freeze for RstDfErr
impl RefUnwindSafe for RstDfErr
impl Send for RstDfErr
impl Sync for RstDfErr
impl Unpin for RstDfErr
impl UnwindSafe for RstDfErr
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