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