pub struct CommittedAllocationStatistics {
pub num_allocations: usize,
pub total_size: u64,
}
Fields§
§num_allocations: usize
§total_size: u64
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CommittedAllocationStatistics
impl Send for CommittedAllocationStatistics
impl Sync for CommittedAllocationStatistics
impl Unpin for CommittedAllocationStatistics
impl UnwindSafe for CommittedAllocationStatistics
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