pub struct DR42 { /* private fields */ }
Expand description
Backup data register (BKP_DR)
Implementations§
Auto Trait Implementations§
impl !Freeze for DR42
impl !RefUnwindSafe for DR42
impl Send for DR42
impl !Sync for DR42
impl Unpin for DR42
impl UnwindSafe for DR42
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