pub struct ClkInPin<'d, P>where
P: InputPin,{ /* private fields */ }
Expand description
Wraps a GPIO pin which will be used as the TX clock input signal
Implementations§
Auto Trait Implementations§
impl<'d, P> Freeze for ClkInPin<'d, P>where
P: Freeze,
impl<'d, P> RefUnwindSafe for ClkInPin<'d, P>where
P: RefUnwindSafe,
impl<'d, P> Send for ClkInPin<'d, P>where
P: Send,
impl<'d, P> Sync for ClkInPin<'d, P>where
P: Sync,
impl<'d, P> Unpin for ClkInPin<'d, P>where
P: Unpin,
impl<'d, P> !UnwindSafe for ClkInPin<'d, P>
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