pub struct OTG_HS_HAINT { /* private fields */ }
Expand description
OTG_HS Host all channels interrupt register
Implementations§
Auto Trait Implementations§
impl !Freeze for OTG_HS_HAINT
impl !RefUnwindSafe for OTG_HS_HAINT
impl Send for OTG_HS_HAINT
impl !Sync for OTG_HS_HAINT
impl Unpin for OTG_HS_HAINT
impl UnwindSafe for OTG_HS_HAINT
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