pub struct AllocationData {
pub allocations: u64,
pub temporary: u64,
pub leaked: u64,
pub peak: u64,
}Fields§
§allocations: u64§temporary: u64§leaked: u64§peak: u64Trait Implementations§
Source§impl Debug for AllocationData
impl Debug for AllocationData
Source§impl Default for AllocationData
impl Default for AllocationData
Source§fn default() -> AllocationData
fn default() -> AllocationData
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AllocationData
impl RefUnwindSafe for AllocationData
impl Send for AllocationData
impl Sync for AllocationData
impl Unpin for AllocationData
impl UnsafeUnpin for AllocationData
impl UnwindSafe for AllocationData
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