Enum Encie0
pub enum Encie0 {
_0 = 0,
_1 = 1,
}Expand description
ENCIE0
Value on reset: 0
Variants§
_0 = 0
0: Interrupt notification of Memory 0 non-correctable error events is disabled.
_1 = 1
1: Interrupt notification of Memory 0 non-correctable error events is enabled.
Trait Implementations§
impl Copy for Encie0
impl Eq for Encie0
impl StructuralPartialEq for Encie0
Auto Trait Implementations§
impl Freeze for Encie0
impl RefUnwindSafe for Encie0
impl Send for Encie0
impl Sync for Encie0
impl Unpin for Encie0
impl UnwindSafe for Encie0
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