pub enum Uart3Rx {
PB11(PB11),
PC11(PC11),
PD9(PD9),
}Expand description
uart3 rx pin
Variants§
Auto Trait Implementations§
impl Freeze for Uart3Rx
impl RefUnwindSafe for Uart3Rx
impl Send for Uart3Rx
impl Sync for Uart3Rx
impl Unpin for Uart3Rx
impl UnwindSafe for Uart3Rx
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