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