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