pub struct BACKUP { /* private fields */ }Expand description
SRSS Backup Domain (ver3)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BACKUP
impl RefUnwindSafe for BACKUP
impl !Sync for BACKUP
impl Unpin for BACKUP
impl UnwindSafe for BACKUP
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