#[repr(u8)]pub enum DisPrer {
ZZ345 = 0,
ZZ346 = 1,
}Variants§
ZZ345 = 0
Enable pre-PV read before first program shot
ZZ346 = 1
Disable pre-PV read before first program shot
Implementations§
Trait Implementations§
Source§impl Ord for DisPrer
impl Ord for DisPrer
Source§impl PartialOrd for DisPrer
impl PartialOrd for DisPrer
impl Copy for DisPrer
impl Eq for DisPrer
impl StructuralPartialEq for DisPrer
Auto Trait Implementations§
impl Freeze for DisPrer
impl RefUnwindSafe for DisPrer
impl Send for DisPrer
impl Sync for DisPrer
impl Unpin for DisPrer
impl UnwindSafe for DisPrer
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