pub struct Usart1Pins {
pub tx: PA9<Alternate<7>>,
pub rx: PA10<Alternate<7>>,
}Fields§
§tx: PA9<Alternate<7>>§rx: PA10<Alternate<7>>Auto Trait Implementations§
impl Freeze for Usart1Pins
impl RefUnwindSafe for Usart1Pins
impl Send for Usart1Pins
impl Sync for Usart1Pins
impl Unpin for Usart1Pins
impl UnwindSafe for Usart1Pins
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