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