pub struct OTG_FS_HCINT7 { /* private fields */ }
Expand description
OTG_FS host channel-7 interrupt register (OTG_FS_HCINT7)
Implementations§
Source§impl OTG_FS_HCINT7
impl OTG_FS_HCINT7
Auto Trait Implementations§
impl !Freeze for OTG_FS_HCINT7
impl !RefUnwindSafe for OTG_FS_HCINT7
impl Send for OTG_FS_HCINT7
impl !Sync for OTG_FS_HCINT7
impl Unpin for OTG_FS_HCINT7
impl UnwindSafe for OTG_FS_HCINT7
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