pub struct Rotary;
Expand description
The mode of a rotary quadrature encoder.
Trait Implementations§
Source§impl OperationMode for Rotary
impl OperationMode for Rotary
Source§type Movement = RotaryMovement
type Movement = RotaryMovement
The mode’s type of movement.
Auto Trait Implementations§
impl Freeze for Rotary
impl RefUnwindSafe for Rotary
impl Send for Rotary
impl Sync for Rotary
impl Unpin for Rotary
impl UnwindSafe for Rotary
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