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