pub struct Encoder<TIM> { /* private fields */ }Expand description
Generic encoder wrapper over a PAC TIMx peripheral.
Implementations§
Auto Trait Implementations§
impl<TIM> Freeze for Encoder<TIM>where
TIM: Freeze,
impl<TIM> RefUnwindSafe for Encoder<TIM>where
TIM: RefUnwindSafe,
impl<TIM> Send for Encoder<TIM>where
TIM: Send,
impl<TIM> Sync for Encoder<TIM>where
TIM: Sync,
impl<TIM> Unpin for Encoder<TIM>where
TIM: Unpin,
impl<TIM> UnwindSafe for Encoder<TIM>where
TIM: UnwindSafe,
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