#[repr(u8)]pub enum Setclr8 {
INDEPENDENT = 0,
L_REVERSED = 1,
H_REVERSED = 2,
_RESERVED_3 = 3,
}Variants§
INDEPENDENT = 0
Not dependent on the direction of any counter
L_REVERSED = 1
Reversed when counter L or the unified counter is counting down
H_REVERSED = 2
Reversed when counter H is counting down (do not use this value when CONFIG[UNIFY] = 1)
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Ord for Setclr8
impl Ord for Setclr8
Source§impl PartialOrd for Setclr8
impl PartialOrd for Setclr8
impl Copy for Setclr8
impl Eq for Setclr8
impl StructuralPartialEq for Setclr8
Auto Trait Implementations§
impl Freeze for Setclr8
impl RefUnwindSafe for Setclr8
impl Send for Setclr8
impl Sync for Setclr8
impl Unpin for Setclr8
impl UnwindSafe for Setclr8
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