Struct esp32c2_hal::peripherals::EXTMEM
source · pub struct EXTMEM { /* private fields */ }
Implementations§
source§impl EXTMEM
impl EXTMEM
sourcepub unsafe fn steal() -> EXTMEM
pub unsafe fn steal() -> EXTMEM
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 Peripheral for EXTMEM
impl Peripheral for EXTMEM
Auto Trait Implementations§
impl RefUnwindSafe for EXTMEM
impl Send for EXTMEM
impl Sync for EXTMEM
impl Unpin for EXTMEM
impl UnwindSafe for EXTMEM
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