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