#[repr(u8)]pub enum Mask0Opt {
ZZ347 = 0,
ZZ348 = 1,
}Variants§
ZZ347 = 0
Mask programmed bits passing PV until extra shot
ZZ348 = 1
Always program bits even if they pass PV
Implementations§
Trait Implementations§
Source§impl Ord for Mask0Opt
impl Ord for Mask0Opt
Source§impl PartialOrd for Mask0Opt
impl PartialOrd for Mask0Opt
impl Copy for Mask0Opt
impl Eq for Mask0Opt
impl StructuralPartialEq for Mask0Opt
Auto Trait Implementations§
impl Freeze for Mask0Opt
impl RefUnwindSafe for Mask0Opt
impl Send for Mask0Opt
impl Sync for Mask0Opt
impl Unpin for Mask0Opt
impl UnwindSafe for Mask0Opt
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