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