#[repr(u8)]pub enum Setclr3 {
INDEPENDENT = 0,
L_REVERSED = 1,
H_REVERSED = 2,
_RESERVED_3 = 3,
}Variants§
INDEPENDENT = 0
Set and clear do not depend on the direction of any counter.
L_REVERSED = 1
Set and clear are reversed when counter L or the unified counter is counting down.
H_REVERSED = 2
Set and clear are reversed when counter H is counting down. Do not use if UNIFY = 1.
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Ord for Setclr3
impl Ord for Setclr3
Source§impl PartialOrd for Setclr3
impl PartialOrd for Setclr3
impl Copy for Setclr3
impl Eq for Setclr3
impl StructuralPartialEq for Setclr3
Auto Trait Implementations§
impl Freeze for Setclr3
impl RefUnwindSafe for Setclr3
impl Send for Setclr3
impl Sync for Setclr3
impl Unpin for Setclr3
impl UnwindSafe for Setclr3
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