Enum Nce1
pub enum Nce1 {
_0 = 0,
_1 = 1,
}Expand description
NCE1
Value on reset: 0
Variants§
_0 = 0
0: No non-correctable error event on Memory 1 detected
_1 = 1
1: Non-correctable error event on Memory 1 detected
Trait Implementations§
impl Copy for Nce1
impl Eq for Nce1
impl StructuralPartialEq for Nce1
Auto Trait Implementations§
impl Freeze for Nce1
impl RefUnwindSafe for Nce1
impl Send for Nce1
impl Sync for Nce1
impl Unpin for Nce1
impl UnwindSafe for Nce1
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