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