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