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
impl Clone for walker_heap_info
Source§fn clone(&self) -> walker_heap_info
fn clone(&self) -> walker_heap_info
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for walker_heap_info
impl Debug for walker_heap_info
Source§impl Default for walker_heap_info
impl Default for walker_heap_info
Source§fn default() -> walker_heap_info
fn default() -> walker_heap_info
Returns the “default value” for a type. Read more