#[repr(u8)]pub enum VfyOpt {
ZZ353 = 0,
ZZ354 = 1,
ZZ355 = 2,
ZZ356 = 3,
}Variants§
ZZ353 = 0
Skip verify for post shot only, verify for all other shots
ZZ354 = 1
Skip verify for the 1st and post shots
ZZ355 = 2
Skip the 1st, 2nd, and post shots
ZZ356 = 3
Skip verify for all shots
Implementations§
Trait Implementations§
Source§impl Ord for VfyOpt
impl Ord for VfyOpt
Source§impl PartialOrd for VfyOpt
impl PartialOrd for VfyOpt
impl Copy for VfyOpt
impl Eq for VfyOpt
impl StructuralPartialEq for VfyOpt
Auto Trait Implementations§
impl Freeze for VfyOpt
impl RefUnwindSafe for VfyOpt
impl Send for VfyOpt
impl Sync for VfyOpt
impl Unpin for VfyOpt
impl UnwindSafe for VfyOpt
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