Struct solana_perf::recycler::RecyclerStats
source · struct RecyclerStats {
total: AtomicUsize,
reuse: AtomicUsize,
freed: AtomicUsize,
max_gc: AtomicUsize,
}
Fields§
§total: AtomicUsize
§reuse: AtomicUsize
§freed: AtomicUsize
§max_gc: AtomicUsize
Trait Implementations§
source§impl Debug for RecyclerStats
impl Debug for RecyclerStats
source§impl Default for RecyclerStats
impl Default for RecyclerStats
source§fn default() -> RecyclerStats
fn default() -> RecyclerStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for RecyclerStats
impl Send for RecyclerStats
impl Sync for RecyclerStats
impl Unpin for RecyclerStats
impl UnwindSafe for RecyclerStats
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