pub struct FullStep;
Expand description
A step mode that is able to detect a “change” (e.g. movement) for every stable full cycle (i.e. 1 change per quadrature cycle).
Full-step mode provides:
- high noise-resistance (factor 4× relative to naïve decoding)
- low resolution (factor 1× relative to native resolution)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FullStep
impl RefUnwindSafe for FullStep
impl Send for FullStep
impl Sync for FullStep
impl Unpin for FullStep
impl UnwindSafe for FullStep
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