Struct embassy_stm32::peripherals::USBRAM
source · pub struct USBRAM { /* private fields */ }
Expand description
USBRAM peripheral
Implementations§
Trait Implementations§
source§impl Peripheral for USBRAM
impl Peripheral for USBRAM
Auto Trait Implementations§
impl Freeze for USBRAM
impl RefUnwindSafe for USBRAM
impl Send for USBRAM
impl Sync for USBRAM
impl Unpin for USBRAM
impl UnwindSafe for USBRAM
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