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