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