pub struct USBFS { /* private fields */ }Expand description
USB 2.0 FS Module
Implementations§
Methods from Deref<Target = RegisterBlock>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for USBFS
impl RefUnwindSafe for USBFS
impl !Sync for USBFS
impl Unpin for USBFS
impl UnwindSafe for USBFS
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