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