[−][src]Struct stm32f1xx_hal::qei::Qei
Methods
impl<REMAP, PINS> Qei<TIM1, REMAP, PINS>[src]
impl<REMAP, PINS> Qei<TIM2, REMAP, PINS>[src]
impl<REMAP, PINS> Qei<TIM3, REMAP, PINS>[src]
Trait Implementations
impl<REMAP, PINS> Qei for Qei<TIM1, REMAP, PINS>[src]
type Count = u16
The type of the value returned by count
fn count(&self) -> u16[src]
fn direction(&self) -> Direction[src]
impl<REMAP, PINS> Qei for Qei<TIM2, REMAP, PINS>[src]
type Count = u16
The type of the value returned by count
fn count(&self) -> u16[src]
fn direction(&self) -> Direction[src]
impl<REMAP, PINS> Qei for Qei<TIM3, REMAP, PINS>[src]
Auto Trait Implementations
impl<TIM, REMAP, PINS> Unpin for Qei<TIM, REMAP, PINS> where
PINS: Unpin,
REMAP: Unpin,
TIM: Unpin,
PINS: Unpin,
REMAP: Unpin,
TIM: Unpin,
impl<TIM, REMAP, PINS> Send for Qei<TIM, REMAP, PINS> where
PINS: Send,
REMAP: Send,
TIM: Send,
PINS: Send,
REMAP: Send,
TIM: Send,
impl<TIM, REMAP, PINS> Sync for Qei<TIM, REMAP, PINS> where
PINS: Sync,
REMAP: Sync,
TIM: Sync,
PINS: Sync,
REMAP: Sync,
TIM: Sync,
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = !
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Same<T> for T
type Output = T
Should always be Self