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