pub struct NoTx;
Expand description
A filler type for when the Tx pin is unnecessary
Trait Implementations§
impl PinTx<UART4> for NoTx
impl PinTx<UART5> for NoTx
impl PinTx<UART7> for NoTx
impl PinTx<UART8> for NoTx
impl PinTx<USART1> for NoTx
impl PinTx<USART2> for NoTx
impl PinTx<USART3> for NoTx
impl PinTx<USART6> for NoTx
Auto Trait Implementations§
impl Freeze for NoTx
impl RefUnwindSafe for NoTx
impl Send for NoTx
impl Sync for NoTx
impl Unpin for NoTx
impl UnwindSafe for NoTx
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