pub struct SlotTableDebugStats {Show 14 fields
pub slots_len: usize,
pub slots_cap: usize,
pub pending_slot_drops_len: usize,
pub pending_slot_drops_cap: usize,
pub anchors_len: usize,
pub anchors_cap: usize,
pub hidden_entries_len: usize,
pub preserved_groups_len: usize,
pub free_anchor_ids_len: usize,
pub free_anchor_ids_cap: usize,
pub group_stack_len: usize,
pub group_stack_cap: usize,
pub orphaned_node_ids_len: usize,
pub orphaned_node_ids_cap: usize,
}Fields§
§slots_len: usize§slots_cap: usize§pending_slot_drops_len: usize§pending_slot_drops_cap: usize§anchors_len: usize§anchors_cap: usize§preserved_groups_len: usize§free_anchor_ids_len: usize§free_anchor_ids_cap: usize§group_stack_len: usize§group_stack_cap: usize§orphaned_node_ids_len: usize§orphaned_node_ids_cap: usizeTrait Implementations§
Source§impl Clone for SlotTableDebugStats
impl Clone for SlotTableDebugStats
Source§fn clone(&self) -> SlotTableDebugStats
fn clone(&self) -> SlotTableDebugStats
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 SlotTableDebugStats
impl Debug for SlotTableDebugStats
Source§impl Default for SlotTableDebugStats
impl Default for SlotTableDebugStats
Source§fn default() -> SlotTableDebugStats
fn default() -> SlotTableDebugStats
Returns the “default value” for a type. Read more
Source§impl PartialEq for SlotTableDebugStats
impl PartialEq for SlotTableDebugStats
impl Copy for SlotTableDebugStats
impl Eq for SlotTableDebugStats
impl StructuralPartialEq for SlotTableDebugStats
Auto Trait Implementations§
impl Freeze for SlotTableDebugStats
impl RefUnwindSafe for SlotTableDebugStats
impl Send for SlotTableDebugStats
impl Sync for SlotTableDebugStats
impl Unpin for SlotTableDebugStats
impl UnsafeUnpin for SlotTableDebugStats
impl UnwindSafe for SlotTableDebugStats
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