pub struct USBFS0 { /* private fields */ }Expand description
USBFS0 peripheral
Implementations§
Trait Implementations§
impl Copy for USBFS0
impl PeripheralType for USBFS0
Auto Trait Implementations§
impl Freeze for USBFS0
impl RefUnwindSafe for USBFS0
impl Send for USBFS0
impl Sync for USBFS0
impl Unpin for USBFS0
impl UnwindSafe for USBFS0
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