pub struct StateArenaDebugStats {
pub cells_len: usize,
pub cells_cap: usize,
pub free_len: usize,
pub free_cap: usize,
}Fields§
§cells_len: usize§cells_cap: usize§free_len: usize§free_cap: usizeTrait Implementations§
Source§impl Clone for StateArenaDebugStats
impl Clone for StateArenaDebugStats
Source§fn clone(&self) -> StateArenaDebugStats
fn clone(&self) -> StateArenaDebugStats
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 StateArenaDebugStats
impl Debug for StateArenaDebugStats
Source§impl Default for StateArenaDebugStats
impl Default for StateArenaDebugStats
Source§fn default() -> StateArenaDebugStats
fn default() -> StateArenaDebugStats
Returns the “default value” for a type. Read more
Source§impl PartialEq for StateArenaDebugStats
impl PartialEq for StateArenaDebugStats
impl Copy for StateArenaDebugStats
impl Eq for StateArenaDebugStats
impl StructuralPartialEq for StateArenaDebugStats
Auto Trait Implementations§
impl Freeze for StateArenaDebugStats
impl RefUnwindSafe for StateArenaDebugStats
impl Send for StateArenaDebugStats
impl Sync for StateArenaDebugStats
impl Unpin for StateArenaDebugStats
impl UnsafeUnpin for StateArenaDebugStats
impl UnwindSafe for StateArenaDebugStats
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