Enum Peeloc
#[repr(u8)]pub enum Peeloc {
_00 = 0,
_01 = 1,
}Expand description
Parity or ECC Error Location
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Peeloc
impl Eq for Peeloc
impl IsEnum for Peeloc
impl StructuralPartialEq for Peeloc
Auto Trait Implementations§
impl Freeze for Peeloc
impl RefUnwindSafe for Peeloc
impl Send for Peeloc
impl Sync for Peeloc
impl Unpin for Peeloc
impl UnwindSafe for Peeloc
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