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