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