Struct intuicio_data::data_heap::DataHeapStats
source · pub struct DataHeapStats {
pub position: usize,
pub pages: Vec<DataHeapStatsPage>,
}Fields§
§position: usize§pages: Vec<DataHeapStatsPage>Trait Implementations§
source§impl Clone for DataHeapStats
impl Clone for DataHeapStats
source§fn clone(&self) -> DataHeapStats
fn clone(&self) -> DataHeapStats
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DataHeapStats
impl Debug for DataHeapStats
source§impl Default for DataHeapStats
impl Default for DataHeapStats
source§fn default() -> DataHeapStats
fn default() -> DataHeapStats
Returns the “default value” for a type. Read more
source§impl PartialEq<DataHeapStats> for DataHeapStats
impl PartialEq<DataHeapStats> for DataHeapStats
source§fn eq(&self, other: &DataHeapStats) -> bool
fn eq(&self, other: &DataHeapStats) -> bool
This method tests for
self and other values to be equal, and is used
by ==.