pub struct CapturePin<'d, T, C> { /* private fields */ }
Expand description
Capture pin wrapper.
This wraps a pin to make it usable with capture.
Implementations§
Source§impl<'d, T: GeneralInstance4Channel, C: TimerChannel> CapturePin<'d, T, C>
impl<'d, T: GeneralInstance4Channel, C: TimerChannel> CapturePin<'d, T, C>
Auto Trait Implementations§
impl<'d, T, C> Freeze for CapturePin<'d, T, C>
impl<'d, T, C> RefUnwindSafe for CapturePin<'d, T, C>where
T: RefUnwindSafe,
C: RefUnwindSafe,
impl<'d, T, C> Send for CapturePin<'d, T, C>
impl<'d, T, C> Sync for CapturePin<'d, T, C>
impl<'d, T, C> Unpin for CapturePin<'d, T, C>
impl<'d, T, C> !UnwindSafe for CapturePin<'d, T, C>
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