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