pub enum DOWNR {
Set = 1,
}
Expand description
Counter direction change up to down
Value on reset: 0
Variants§
Set = 1
1: Counter direction change up to down
Trait Implementations§
impl Copy for DOWNR
impl Eq for DOWNR
impl StructuralPartialEq for DOWNR
Auto Trait Implementations§
impl Freeze for DOWNR
impl RefUnwindSafe for DOWNR
impl Send for DOWNR
impl Sync for DOWNR
impl Unpin for DOWNR
impl UnwindSafe for DOWNR
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