#[repr(u8)]pub enum Edie22 {
EDIE0 = 0,
EDIE1 = 1,
}Variants§
EDIE0 = 0
Interrupt not generated upon detection of the EFT event
EDIE1 = 1
Interrupt generated upon detection of the EFT event
Implementations§
Trait Implementations§
Source§impl Ord for Edie22
impl Ord for Edie22
Source§impl PartialOrd for Edie22
impl PartialOrd for Edie22
impl Copy for Edie22
impl Eq for Edie22
impl StructuralPartialEq for Edie22
Auto Trait Implementations§
impl Freeze for Edie22
impl RefUnwindSafe for Edie22
impl Send for Edie22
impl Sync for Edie22
impl Unpin for Edie22
impl UnwindSafe for Edie22
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