pub struct SlotTableLocalDebugStats {Show 26 fields
pub group_count: usize,
pub group_capacity: usize,
pub group_record_size: usize,
pub group_heap_bytes: usize,
pub payload_count: usize,
pub payload_capacity: usize,
pub active_payload_anchor_count: usize,
pub payload_anchor_slot_count: usize,
pub detached_payload_anchor_count: usize,
pub invalidated_payload_anchor_count: usize,
pub free_payload_anchor_count: usize,
pub payload_anchor_capacity: usize,
pub payload_anchor_heap_bytes: usize,
pub node_count: usize,
pub node_capacity: usize,
pub active_anchor_count: usize,
pub anchor_slot_count: usize,
pub anchor_sparse_count: usize,
pub detached_anchor_count: usize,
pub invalidated_anchor_count: usize,
pub free_anchor_count: usize,
pub anchor_capacity: usize,
pub anchor_heap_bytes: usize,
pub scope_index_count: usize,
pub scope_index_capacity: usize,
pub mutation: SlotTableMutationDebugStats,
}Fields§
§group_count: usize§group_capacity: usize§group_record_size: usize§group_heap_bytes: usize§payload_count: usize§payload_capacity: usize§active_payload_anchor_count: usize§payload_anchor_slot_count: usize§detached_payload_anchor_count: usize§invalidated_payload_anchor_count: usize§free_payload_anchor_count: usize§payload_anchor_capacity: usize§payload_anchor_heap_bytes: usize§node_count: usize§node_capacity: usize§active_anchor_count: usize§anchor_slot_count: usize§anchor_sparse_count: usize§detached_anchor_count: usize§invalidated_anchor_count: usize§free_anchor_count: usize§anchor_capacity: usize§anchor_heap_bytes: usize§scope_index_count: usize§scope_index_capacity: usize§mutation: SlotTableMutationDebugStatsTrait Implementations§
Source§impl Clone for SlotTableLocalDebugStats
impl Clone for SlotTableLocalDebugStats
Source§fn clone(&self) -> SlotTableLocalDebugStats
fn clone(&self) -> SlotTableLocalDebugStats
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SlotTableLocalDebugStats
impl Debug for SlotTableLocalDebugStats
Source§impl Default for SlotTableLocalDebugStats
impl Default for SlotTableLocalDebugStats
Source§fn default() -> SlotTableLocalDebugStats
fn default() -> SlotTableLocalDebugStats
Returns the “default value” for a type. Read more
Source§impl PartialEq for SlotTableLocalDebugStats
impl PartialEq for SlotTableLocalDebugStats
impl Copy for SlotTableLocalDebugStats
impl Eq for SlotTableLocalDebugStats
impl StructuralPartialEq for SlotTableLocalDebugStats
Auto Trait Implementations§
impl Freeze for SlotTableLocalDebugStats
impl RefUnwindSafe for SlotTableLocalDebugStats
impl Send for SlotTableLocalDebugStats
impl Sync for SlotTableLocalDebugStats
impl Unpin for SlotTableLocalDebugStats
impl UnsafeUnpin for SlotTableLocalDebugStats
impl UnwindSafe for SlotTableLocalDebugStats
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