[][src]Struct stm32f1xx_hal::qei::Qei

pub struct Qei<TIM, REMAP, PINS> { /* fields omitted */ }

Implementations

impl<REMAP, PINS> Qei<TIM1, REMAP, PINS>[src]

pub fn release(self) -> (TIM1, PINS)[src]

impl<REMAP, PINS> Qei<TIM2, REMAP, PINS>[src]

pub fn release(self) -> (TIM2, PINS)[src]

impl<REMAP, PINS> Qei<TIM3, REMAP, PINS>[src]

pub fn release(self) -> (TIM3, 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

impl<REMAP, PINS> Qei for Qei<TIM2, REMAP, PINS>[src]

type Count = u16

The type of the value returned by count

impl<REMAP, PINS> Qei for Qei<TIM3, REMAP, PINS>[src]

type Count = u16

The type of the value returned by count

Auto Trait Implementations

impl<TIM, REMAP, PINS> Send for Qei<TIM, REMAP, PINS> where
    PINS: Send,
    REMAP: Send,
    TIM: Send

impl<TIM, REMAP, PINS> Sync for Qei<TIM, REMAP, PINS> where
    PINS: Sync,
    REMAP: Sync,
    TIM: Sync

impl<TIM, REMAP, PINS> Unpin for Qei<TIM, REMAP, PINS> where
    PINS: Unpin,
    REMAP: Unpin,
    TIM: Unpin

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.