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