Struct swm341_pac::sys::backup::BACKUP_SPEC
source · pub struct BACKUP_SPEC;Expand description
Trait Implementations§
source§impl Readable for BACKUP_SPEC
impl Readable for BACKUP_SPEC
read() method returns backup::R reader structure
source§impl RegisterSpec for BACKUP_SPEC
impl RegisterSpec for BACKUP_SPEC
source§impl Resettable for BACKUP_SPEC
impl Resettable for BACKUP_SPEC
reset() method sets BACKUP[%s]
to value 0
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl RefUnwindSafe for BACKUP_SPEC
impl Send for BACKUP_SPEC
impl Sync for BACKUP_SPEC
impl Unpin for BACKUP_SPEC
impl UnwindSafe for BACKUP_SPEC
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