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