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