pub enum Uart1Rts {
PA12(PA12),
}Expand description
uart1 rts pin
Variants§
Auto Trait Implementations§
impl Freeze for Uart1Rts
impl RefUnwindSafe for Uart1Rts
impl Send for Uart1Rts
impl Sync for Uart1Rts
impl Unpin for Uart1Rts
impl UnwindSafe for Uart1Rts
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