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