pub struct AnalyzerCacheStats {
pub analyzers: usize,
pub descriptor_bytes: usize,
}Expand description
Retained descriptor sizes exclude compiled heap allocations and caller-owned handles.
Fields§
§analyzers: usize§descriptor_bytes: usizeTrait Implementations§
Source§impl Clone for AnalyzerCacheStats
impl Clone for AnalyzerCacheStats
Source§fn clone(&self) -> AnalyzerCacheStats
fn clone(&self) -> AnalyzerCacheStats
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AnalyzerCacheStats
Source§impl Debug for AnalyzerCacheStats
impl Debug for AnalyzerCacheStats
impl Eq for AnalyzerCacheStats
Source§impl PartialEq for AnalyzerCacheStats
impl PartialEq for AnalyzerCacheStats
impl StructuralPartialEq for AnalyzerCacheStats
Auto Trait Implementations§
impl Freeze for AnalyzerCacheStats
impl RefUnwindSafe for AnalyzerCacheStats
impl Send for AnalyzerCacheStats
impl Sync for AnalyzerCacheStats
impl Unpin for AnalyzerCacheStats
impl UnsafeUnpin for AnalyzerCacheStats
impl UnwindSafe for AnalyzerCacheStats
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