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