#[repr(u8)]pub enum Outctl {
COMPARE = 0,
READ = 1,
}Variants§
COMPARE = 0
POSMATCH pulses when a match occurs between the position counters (POS) and the corresponding compare value (COMP )
READ = 1
POSMATCH pulses when the UPOS, LPOS, REV, or POSD registers are read
Implementations§
Trait Implementations§
Source§impl Ord for Outctl
impl Ord for Outctl
Source§impl PartialOrd for Outctl
impl PartialOrd for Outctl
impl Copy for Outctl
impl Eq for Outctl
impl StructuralPartialEq for Outctl
Auto Trait Implementations§
impl Freeze for Outctl
impl RefUnwindSafe for Outctl
impl Send for Outctl
impl Sync for Outctl
impl Unpin for Outctl
impl UnwindSafe for Outctl
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