Struct esp32s3_hal::peripherals::PERI_BACKUP
source · pub struct PERI_BACKUP { /* private fields */ }
Implementations§
source§impl PERI_BACKUP
impl PERI_BACKUP
sourcepub unsafe fn steal() -> PERI_BACKUP
pub unsafe fn steal() -> PERI_BACKUP
Unsafely create an instance of this peripheral out of thin air.
Safety
You must ensure that you’re only using one instance of this type at a time.
Trait Implementations§
source§impl Debug for PERI_BACKUP
impl Debug for PERI_BACKUP
source§impl Deref for PERI_BACKUP
impl Deref for PERI_BACKUP
source§impl DerefMut for PERI_BACKUP
impl DerefMut for PERI_BACKUP
source§impl Peripheral for PERI_BACKUP
impl Peripheral for PERI_BACKUP
§type P = PERI_BACKUP
type P = PERI_BACKUP
Peripheral singleton type
source§unsafe fn clone_unchecked(&mut self) -> <PERI_BACKUP as Peripheral>::P
unsafe fn clone_unchecked(&mut self) -> <PERI_BACKUP as Peripheral>::P
Unsafely clone (duplicate) a peripheral singleton. Read more
Auto Trait Implementations§
impl RefUnwindSafe for PERI_BACKUP
impl Send for PERI_BACKUP
impl Sync for PERI_BACKUP
impl Unpin for PERI_BACKUP
impl UnwindSafe for PERI_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