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