pub enum Uart2Rts {
PA1(PA1),
PD4(PD4),
}Expand description
uart2 rtx pin
Variants§
Auto Trait Implementations§
impl Freeze for Uart2Rts
impl RefUnwindSafe for Uart2Rts
impl Send for Uart2Rts
impl Sync for Uart2Rts
impl Unpin for Uart2Rts
impl UnwindSafe for Uart2Rts
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