pub struct BackupMemory {}Expand description
Struct used to initilize backup sram
Implementations§
Auto Trait Implementations§
impl Freeze for BackupMemory
impl RefUnwindSafe for BackupMemory
impl Send for BackupMemory
impl Sync for BackupMemory
impl Unpin for BackupMemory
impl UnwindSafe for BackupMemory
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