pub struct QeiPin<'d, T, Channel, A> { /* private fields */ }
Expand description
Wrapper for using a pin with QEI.
Implementations§
Source§impl<'d, T: GeneralInstance4Channel, C: QeiChannel, A> QeiPin<'d, T, C, A>
impl<'d, T: GeneralInstance4Channel, C: QeiChannel, A> QeiPin<'d, T, C, A>
Auto Trait Implementations§
impl<'d, T, Channel, A> Freeze for QeiPin<'d, T, Channel, A>
impl<'d, T, Channel, A> RefUnwindSafe for QeiPin<'d, T, Channel, A>
impl<'d, T, Channel, A> Send for QeiPin<'d, T, Channel, A>
impl<'d, T, Channel, A> Sync for QeiPin<'d, T, Channel, A>
impl<'d, T, Channel, A> Unpin for QeiPin<'d, T, Channel, A>
impl<'d, T, Channel, A> !UnwindSafe for QeiPin<'d, T, Channel, A>
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