pub struct AutoTx;Expand description
Filler type for when the pins are preconfigured in hardware
Trait Implementations§
impl PinTx<UART0> for AutoTx
impl PinTx<UART0_SECURE> for AutoTx
impl PinTx<UART1> for AutoTx
impl PinTx<UART1_SECURE> for AutoTx
impl PinTx<UART2> for AutoTx
impl PinTx<UART2_SECURE> for AutoTx
impl PinTx<UART5> for AutoTx
impl PinTx<UART5_SECURE> for AutoTx
Auto Trait Implementations§
impl Freeze for AutoTx
impl RefUnwindSafe for AutoTx
impl Send for AutoTx
impl Sync for AutoTx
impl Unpin for AutoTx
impl UnwindSafe for AutoTx
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