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