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