#[repr(u8)]pub enum EccAutoEn {
ECC_AUTO_EN_0 = 0,
ECC_AUTO_EN_1 = 1,
}Variants§
ECC_AUTO_EN_0 = 0
Auto Error correction is disabled.
ECC_AUTO_EN_1 = 1
Auto Error correction is enabled.
Implementations§
Trait Implementations§
Source§impl Ord for EccAutoEn
impl Ord for EccAutoEn
Source§impl PartialOrd for EccAutoEn
impl PartialOrd for EccAutoEn
impl Copy for EccAutoEn
impl Eq for EccAutoEn
impl StructuralPartialEq for EccAutoEn
Auto Trait Implementations§
impl Freeze for EccAutoEn
impl RefUnwindSafe for EccAutoEn
impl Send for EccAutoEn
impl Sync for EccAutoEn
impl Unpin for EccAutoEn
impl UnwindSafe for EccAutoEn
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