Struct esp32_hal::peripherals::FLASH_ENCRYPTION
source · pub struct FLASH_ENCRYPTION { /* private fields */ }
Implementations§
source§impl FLASH_ENCRYPTION
impl FLASH_ENCRYPTION
sourcepub unsafe fn steal() -> FLASH_ENCRYPTION
pub unsafe fn steal() -> FLASH_ENCRYPTION
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 FLASH_ENCRYPTION
impl Debug for FLASH_ENCRYPTION
source§impl Deref for FLASH_ENCRYPTION
impl Deref for FLASH_ENCRYPTION
source§impl DerefMut for FLASH_ENCRYPTION
impl DerefMut for FLASH_ENCRYPTION
source§impl Peripheral for FLASH_ENCRYPTION
impl Peripheral for FLASH_ENCRYPTION
§type P = FLASH_ENCRYPTION
type P = FLASH_ENCRYPTION
Peripheral singleton type
source§unsafe fn clone_unchecked(&mut self) -> <FLASH_ENCRYPTION as Peripheral>::P
unsafe fn clone_unchecked(&mut self) -> <FLASH_ENCRYPTION as Peripheral>::P
Unsafely clone (duplicate) a peripheral singleton. Read more
Auto Trait Implementations§
impl RefUnwindSafe for FLASH_ENCRYPTION
impl Send for FLASH_ENCRYPTION
impl Sync for FLASH_ENCRYPTION
impl Unpin for FLASH_ENCRYPTION
impl UnwindSafe for FLASH_ENCRYPTION
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