Struct esp_idf_sys::walker_block_info
source · #[repr(C)]pub struct walker_block_info {
pub ptr: *mut c_void,
pub size: usize,
pub used: bool,
}
Expand description
@brief Structure used to store block related data passed to the walker callback function
Fields§
§ptr: *mut c_void
< Pointer to the block data
size: usize
< The size of the block
used: bool
< Block status. True: used, False: free
Trait Implementations§
source§impl Clone for walker_block_info
impl Clone for walker_block_info
source§fn clone(&self) -> walker_block_info
fn clone(&self) -> walker_block_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_block_info
impl Debug for walker_block_info
source§impl Default for walker_block_info
impl Default for walker_block_info
impl Copy for walker_block_info
Auto Trait Implementations§
impl Freeze for walker_block_info
impl RefUnwindSafe for walker_block_info
impl !Send for walker_block_info
impl !Sync for walker_block_info
impl Unpin for walker_block_info
impl UnwindSafe for walker_block_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
)