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