#[repr(u8)]pub enum Dfdie {
DFDIE0 = 0,
DFDIE1 = 1,
}Variants§
DFDIE0 = 0
Double bit fault detect interrupt disabled
DFDIE1 = 1
Double bit fault detect interrupt enabled
Implementations§
Trait Implementations§
Source§impl Ord for Dfdie
impl Ord for Dfdie
Source§impl PartialOrd for Dfdie
impl PartialOrd for Dfdie
impl Copy for Dfdie
impl Eq for Dfdie
impl StructuralPartialEq for Dfdie
Auto Trait Implementations§
impl Freeze for Dfdie
impl RefUnwindSafe for Dfdie
impl Send for Dfdie
impl Sync for Dfdie
impl Unpin for Dfdie
impl UnwindSafe for Dfdie
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