Struct esp_idf_sys::walker_heap_info
source · #[repr(C)]pub struct walker_heap_info {
pub start: isize,
pub end: isize,
}
Expand description
@brief Structure used to store heap related data passed to the walker callback function
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
impl Copy for walker_heap_info
Auto Trait Implementations§
impl Freeze for walker_heap_info
impl RefUnwindSafe for walker_heap_info
impl Send for walker_heap_info
impl Sync for walker_heap_info
impl Unpin for walker_heap_info
impl UnwindSafe for walker_heap_info
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)