#[repr(u8)]pub enum UserPv {
ZZ421 = 0,
ZZ422 = 1,
}Variants§
ZZ421 = 0
PV input to the flash array is driven LOW
ZZ422 = 1
PV input to the flash array is driven HIGH
Implementations§
Trait Implementations§
Source§impl Ord for UserPv
impl Ord for UserPv
Source§impl PartialOrd for UserPv
impl PartialOrd for UserPv
impl Copy for UserPv
impl Eq for UserPv
impl StructuralPartialEq for UserPv
Auto Trait Implementations§
impl Freeze for UserPv
impl RefUnwindSafe for UserPv
impl Send for UserPv
impl Sync for UserPv
impl Unpin for UserPv
impl UnwindSafe for UserPv
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