#[repr(u8)]pub enum Edie7 {
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 Edie7
impl Ord for Edie7
Source§impl PartialOrd for Edie7
impl PartialOrd for Edie7
impl Copy for Edie7
impl Eq for Edie7
impl StructuralPartialEq for Edie7
Auto Trait Implementations§
impl Freeze for Edie7
impl RefUnwindSafe for Edie7
impl Send for Edie7
impl Sync for Edie7
impl Unpin for Edie7
impl UnwindSafe for Edie7
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