pub struct USB2Pins {
pub DN: PA11<Analog>,
pub DP: PA12<Analog>,
}Fields§
§DN: PA11<Analog>§DP: PA12<Analog>Auto Trait Implementations§
impl Freeze for USB2Pins
impl RefUnwindSafe for USB2Pins
impl Send for USB2Pins
impl Sync for USB2Pins
impl Unpin for USB2Pins
impl UnwindSafe for USB2Pins
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