Struct lgalloc::LgAllocStats
source · pub struct LgAllocStats {
pub size_class: Vec<SizeClassStats>,
}Fields§
§size_class: Vec<SizeClassStats>Trait Implementations§
source§impl Debug for LgAllocStats
impl Debug for LgAllocStats
source§impl Default for LgAllocStats
impl Default for LgAllocStats
source§fn default() -> LgAllocStats
fn default() -> LgAllocStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for LgAllocStats
impl Send for LgAllocStats
impl Sync for LgAllocStats
impl Unpin for LgAllocStats
impl UnwindSafe for LgAllocStats
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