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