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