Struct esp32s3::USB_DEVICE
source · [−]pub struct USB_DEVICE { /* private fields */ }Expand description
Peripheral USB_DEVICE
Implementations
sourceimpl USB_DEVICE
impl USB_DEVICE
sourcepub const PTR: *const RegisterBlock
pub const PTR: *const RegisterBlock
Pointer to the register block
sourcepub const fn ptr() -> *const RegisterBlock
pub const fn ptr() -> *const RegisterBlock
Return the pointer to the register block
Trait Implementations
sourceimpl Debug for USB_DEVICE
impl Debug for USB_DEVICE
sourceimpl Deref for USB_DEVICE
impl Deref for USB_DEVICE
type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
impl Send for USB_DEVICE
Auto Trait Implementations
impl RefUnwindSafe for USB_DEVICE
impl !Sync for USB_DEVICE
impl Unpin for USB_DEVICE
impl UnwindSafe for USB_DEVICE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more