#[repr(u8)]pub enum Cmp2f {
CMP2F0 = 0,
CMP2F1 = 1,
}Variants§
CMP2F0 = 0
When the position counter is less than value of COMP2 register
CMP2F1 = 1
When the position counter is greater or equal than value of COMP2 register
Implementations§
Trait Implementations§
Source§impl Ord for Cmp2f
impl Ord for Cmp2f
Source§impl PartialOrd for Cmp2f
impl PartialOrd for Cmp2f
impl Copy for Cmp2f
impl Eq for Cmp2f
impl StructuralPartialEq for Cmp2f
Auto Trait Implementations§
impl Freeze for Cmp2f
impl RefUnwindSafe for Cmp2f
impl Send for Cmp2f
impl Sync for Cmp2f
impl Unpin for Cmp2f
impl UnwindSafe for Cmp2f
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