pub struct Pin<const SHIELD_ID: usize, const PIN_ID: usize, Mode: PinMode> { /* private fields */ }Implementations§
Trait Implementations§
impl PinRx<UART3> for Pin<0, 0, Uart>
impl PinRx<UART3_SECURE> for Pin<0, 0, Uart>
impl PinRx<UART4> for Pin<1, 0, Uart>
impl PinRx<UART4_SECURE> for Pin<1, 0, Uart>
impl PinTx<UART3> for Pin<0, 1, Uart>
impl PinTx<UART3_SECURE> for Pin<0, 1, Uart>
impl PinTx<UART4> for Pin<1, 1, Uart>
impl PinTx<UART4_SECURE> for Pin<1, 1, Uart>
Auto Trait Implementations§
impl<const SHIELD_ID: usize, const PIN_ID: usize, Mode> Freeze for Pin<SHIELD_ID, PIN_ID, Mode>
impl<const SHIELD_ID: usize, const PIN_ID: usize, Mode> RefUnwindSafe for Pin<SHIELD_ID, PIN_ID, Mode>where
Mode: RefUnwindSafe,
impl<const SHIELD_ID: usize, const PIN_ID: usize, Mode> Send for Pin<SHIELD_ID, PIN_ID, Mode>where
Mode: Send,
impl<const SHIELD_ID: usize, const PIN_ID: usize, Mode> Sync for Pin<SHIELD_ID, PIN_ID, Mode>where
Mode: Sync,
impl<const SHIELD_ID: usize, const PIN_ID: usize, Mode> Unpin for Pin<SHIELD_ID, PIN_ID, Mode>where
Mode: Unpin,
impl<const SHIELD_ID: usize, const PIN_ID: usize, Mode> UnwindSafe for Pin<SHIELD_ID, PIN_ID, Mode>where
Mode: 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