Enum Sbc0
pub enum Sbc0 {
_0 = 0,
_1 = 1,
}Expand description
SBC0
Value on reset: 0
Variants§
_0 = 0
0: No single-bit correction event on Memory 0 detected
_1 = 1
1: Single-bit correction event on Memory 0 detected
Trait Implementations§
impl Copy for Sbc0
impl Eq for Sbc0
impl StructuralPartialEq for Sbc0
Auto Trait Implementations§
impl Freeze for Sbc0
impl RefUnwindSafe for Sbc0
impl Send for Sbc0
impl Sync for Sbc0
impl Unpin for Sbc0
impl UnwindSafe for Sbc0
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