esp_idf_sys

Type Alias HeapRegion_t

Source
pub type HeapRegion_t = HeapRegion;

Aliased Type§

struct HeapRegion_t {
    pub pucStartAddress: *mut u8,
    pub xSizeInBytes: usize,
}

Fields§

§pucStartAddress: *mut u8§xSizeInBytes: usize

Trait Implementations

Source§

impl Clone for HeapRegion

Source§

fn clone(&self) -> HeapRegion

Returns a copy of the value. Read more
1.0.0§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for HeapRegion

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for HeapRegion

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl Copy for HeapRegion