Struct embassy_stm32::timer::qei::Qei
source · pub struct Qei<'d, T> { /* private fields */ }
Expand description
Quadrature decoder driver.
Implementations§
source§impl<'d, T: CaptureCompare16bitInstance> Qei<'d, T>
impl<'d, T: CaptureCompare16bitInstance> Qei<'d, T>
Auto Trait Implementations§
impl<'d, T> Freeze for Qei<'d, T>where
T: Freeze,
impl<'d, T> RefUnwindSafe for Qei<'d, T>where
T: RefUnwindSafe,
impl<'d, T> Send for Qei<'d, T>where
T: Send,
impl<'d, T> Sync for Qei<'d, T>where
T: Sync,
impl<'d, T> Unpin for Qei<'d, T>where
T: Unpin,
impl<'d, T> !UnwindSafe for Qei<'d, T>
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