#[repr(u8)]pub enum SalvDis {
ZZ103 = 0,
ZZ104 = 1,
}Variants§
ZZ103 = 0
Salvage enabled (ECC used during erase verify)
ZZ104 = 1
Salvage disabled (ECC not used during erase verify)
Implementations§
Trait Implementations§
Source§impl Ord for SalvDis
impl Ord for SalvDis
Source§impl PartialOrd for SalvDis
impl PartialOrd for SalvDis
impl Copy for SalvDis
impl Eq for SalvDis
impl StructuralPartialEq for SalvDis
Auto Trait Implementations§
impl Freeze for SalvDis
impl RefUnwindSafe for SalvDis
impl Send for SalvDis
impl Sync for SalvDis
impl Unpin for SalvDis
impl UnwindSafe for SalvDis
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