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