pub struct Stats {
pub allocated: Byte,
pub resident: Byte,
pub active: Byte,
pub mapped: Byte,
pub metadata: Byte,
pub retained: Byte,
}Fields§
§allocated: Byte§resident: Byte§active: Byte§mapped: Byte§metadata: Byte§retained: ByteTrait Implementations§
Auto Trait Implementations§
impl Freeze for Stats
impl RefUnwindSafe for Stats
impl Send for Stats
impl Sync for Stats
impl Unpin for Stats
impl UnsafeUnpin for Stats
impl UnwindSafe for Stats
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