#[repr(u8)]pub enum Cmp2irq {
CMP2IRQ0 = 0,
CMP2IRQ1 = 1,
}Variants§
CMP2IRQ0 = 0
No match has occurred (the position counter does not match the COMP2 value)
CMP2IRQ1 = 1
COMP2 match has occurred (the position counter matches the COMP2 value)
Implementations§
Trait Implementations§
Source§impl Ord for Cmp2irq
impl Ord for Cmp2irq
Source§impl PartialOrd for Cmp2irq
impl PartialOrd for Cmp2irq
impl Copy for Cmp2irq
impl Eq for Cmp2irq
impl StructuralPartialEq for Cmp2irq
Auto Trait Implementations§
impl Freeze for Cmp2irq
impl RefUnwindSafe for Cmp2irq
impl Send for Cmp2irq
impl Sync for Cmp2irq
impl Unpin for Cmp2irq
impl UnwindSafe for Cmp2irq
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