pub struct USB_WRAP { /* private fields */ }Expand description
USB_WRAP Peripheral
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for USB_WRAP
impl !Sync for USB_WRAP
impl Unpin for USB_WRAP
impl UnwindSafe for USB_WRAP
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