Struct stm32_metapac::usbram::Usbram
pub struct Usbram { /* private fields */ }
Expand description
USB Endpoint memory
Implementations§
Trait Implementations§
impl Copy for Usbram
impl Eq for Usbram
impl Send for Usbram
impl StructuralPartialEq for Usbram
impl Sync for Usbram
Auto Trait Implementations§
impl Freeze for Usbram
impl RefUnwindSafe 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