pub struct EspMemMappedPartition<'a> { /* private fields */ }Expand description
Represents a memory-mapping of a partition region
Drop this to unmap the memory region
Implementations§
Source§impl EspMemMappedPartition<'_>
impl EspMemMappedPartition<'_>
Trait Implementations§
Source§impl Drop for EspMemMappedPartition<'_>
Available on non-esp_idf_version_major=4 only.
impl Drop for EspMemMappedPartition<'_>
Available on non-
esp_idf_version_major=4 only.