pub struct Qei<TIM: Instance> { /* private fields */ }
Expand description
Quadrature Encoder Interface (QEI)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<TIM> Freeze for Qei<TIM>
impl<TIM> RefUnwindSafe for Qei<TIM>
impl<TIM> Send for Qei<TIM>
impl<TIM> Sync for Qei<TIM>
impl<TIM> Unpin for Qei<TIM>
impl<TIM> UnwindSafe for Qei<TIM>
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