Struct esp_idf_sys::xHeapStats
source · #[repr(C)]pub struct xHeapStats {
pub xAvailableHeapSpaceInBytes: usize,
pub xSizeOfLargestFreeBlockInBytes: usize,
pub xSizeOfSmallestFreeBlockInBytes: usize,
pub xNumberOfFreeBlocks: usize,
pub xMinimumEverFreeBytesRemaining: usize,
pub xNumberOfSuccessfulAllocations: usize,
pub xNumberOfSuccessfulFrees: usize,
}
Fields§
§xAvailableHeapSpaceInBytes: usize
§xSizeOfLargestFreeBlockInBytes: usize
§xSizeOfSmallestFreeBlockInBytes: usize
§xNumberOfFreeBlocks: usize
§xMinimumEverFreeBytesRemaining: usize
§xNumberOfSuccessfulAllocations: usize
§xNumberOfSuccessfulFrees: usize
Trait Implementations§
source§impl Clone for xHeapStats
impl Clone for xHeapStats
source§fn clone(&self) -> xHeapStats
fn clone(&self) -> xHeapStats
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 xHeapStats
impl Debug for xHeapStats
source§impl Default for xHeapStats
impl Default for xHeapStats
source§fn default() -> xHeapStats
fn default() -> xHeapStats
Returns the “default value” for a type. Read more
impl Copy for xHeapStats
Auto Trait Implementations§
impl Freeze for xHeapStats
impl RefUnwindSafe for xHeapStats
impl Send for xHeapStats
impl Sync for xHeapStats
impl Unpin for xHeapStats
impl UnwindSafe for xHeapStats
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,
§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
§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
)