pub struct ThreadMemoryStats {
pub thread_id: u64,
pub arena_bytes: u64,
pub pool_free_count: u64,
pub pool_capacity: u64,
pub pool_allocations: u64,
}Expand description
Memory statistics for a single thread
Fields§
§thread_id: u64§arena_bytes: u64§pool_free_count: u64§pool_capacity: u64§pool_allocations: u64Trait Implementations§
Source§impl Clone for ThreadMemoryStats
impl Clone for ThreadMemoryStats
Source§fn clone(&self) -> ThreadMemoryStats
fn clone(&self) -> ThreadMemoryStats
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ThreadMemoryStats
impl Debug for ThreadMemoryStats
impl Copy for ThreadMemoryStats
Auto Trait Implementations§
impl Freeze for ThreadMemoryStats
impl RefUnwindSafe for ThreadMemoryStats
impl Send for ThreadMemoryStats
impl Sync for ThreadMemoryStats
impl Unpin for ThreadMemoryStats
impl UnwindSafe for ThreadMemoryStats
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)