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