#[repr(u8)]pub enum Rev {
REV0 = 0,
REV1 = 1,
}Variants§
REV0 = 0
Count normally and the position counter initialization uses upper/lower initialization register UINIT/LINIT
REV1 = 1
Count in the reverse direction and the position counter initialization uses upper/lower modulus register UMOD/LMOD
Implementations§
Trait Implementations§
Source§impl Ord for Rev
impl Ord for Rev
Source§impl PartialOrd for Rev
impl PartialOrd for Rev
impl Copy for Rev
impl Eq for Rev
impl StructuralPartialEq for Rev
Auto Trait Implementations§
impl Freeze for Rev
impl RefUnwindSafe for Rev
impl Send for Rev
impl Sync for Rev
impl Unpin for Rev
impl UnwindSafe for Rev
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