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