#[repr(u8)]pub enum Sbc5 {
NO_EVENT = 0,
CORR_EVENT = 1,
}Variants§
NO_EVENT = 0
No single-bit correction event on Memory 5 detected.
CORR_EVENT = 1
Single-bit correction event on Memory 5 detected.
Implementations§
Trait Implementations§
Source§impl Ord for Sbc5
impl Ord for Sbc5
Source§impl PartialOrd for Sbc5
impl PartialOrd for Sbc5
impl Copy for Sbc5
impl Eq for Sbc5
impl StructuralPartialEq for Sbc5
Auto Trait Implementations§
impl Freeze for Sbc5
impl RefUnwindSafe for Sbc5
impl Send for Sbc5
impl Sync for Sbc5
impl Unpin for Sbc5
impl UnwindSafe for Sbc5
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