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