Struct nrf52840_pac::USBD
source · pub struct USBD { /* private fields */ }
Expand description
Universal serial bus device
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for USBD
impl RefUnwindSafe for USBD
impl !Sync for USBD
impl Unpin for USBD
impl UnwindSafe for USBD
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