Struct increasing_heap_allocator::HeapStats
source · pub struct HeapStats {
pub allocated: usize,
pub free_size: usize,
pub heap_size: usize,
}
Fields§
§allocated: usize
§free_size: usize
§heap_size: usize
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for HeapStats
impl Send for HeapStats
impl Sync for HeapStats
impl Unpin for HeapStats
impl UnwindSafe for HeapStats
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