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