esp_idf_sys

Type Alias walker_heap_into_t

Source
pub type walker_heap_into_t = walker_heap_info;
Expand description

@brief Structure used to store heap related data passed to the walker callback function

Aliased Type§

struct walker_heap_into_t {
    pub start: isize,
    pub end: isize,
}

Fields§

§start: isize

< Start address of the heap in which the block is located

§end: isize

< End address of the heap in which the block is located

Trait Implementations

Source§

impl Clone for walker_heap_info

Source§

fn clone(&self) -> walker_heap_info

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 walker_heap_info

Source§

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

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

impl Default for walker_heap_info

Source§

fn default() -> walker_heap_info

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

impl Copy for walker_heap_info