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 duplicate 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 for DataHeapStats
impl PartialEq for DataHeapStats
impl StructuralPartialEq for DataHeapStats
Auto Trait Implementations§
impl Freeze for DataHeapStats
impl RefUnwindSafe for DataHeapStats
impl Send for DataHeapStats
impl Sync for DataHeapStats
impl Unpin for DataHeapStats
impl UnwindSafe for DataHeapStats
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more