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