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