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