Struct offset_allocator::StorageReportFull
source · pub struct StorageReportFull {
pub free_regions: [StorageReportFullRegion; 256],
}
Expand description
Provides a detailed accounting of each bin within the allocator.
Fields§
§free_regions: [StorageReportFullRegion; 256]
Each bin within the allocator.
Trait Implementations§
source§impl Debug for StorageReportFull
impl Debug for StorageReportFull
Auto Trait Implementations§
impl Freeze for StorageReportFull
impl RefUnwindSafe for StorageReportFull
impl Send for StorageReportFull
impl Sync for StorageReportFull
impl Unpin for StorageReportFull
impl UnwindSafe for StorageReportFull
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