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