pub struct Metrics {
pub allocated: usize,
pub allocs: usize,
pub peak_live: usize,
pub peak_delta: usize,
pub peak_resident: usize,
}Fields§
§allocated: usize§allocs: usize§peak_live: usize§peak_delta: usize§peak_resident: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for Metrics
impl RefUnwindSafe for Metrics
impl Send for Metrics
impl Sync for Metrics
impl Unpin for Metrics
impl UnsafeUnpin for Metrics
impl UnwindSafe for Metrics
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