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