pub struct KernelStatistics {
pub memory_statistics: MemoryStats,
pub compression_statistics: MemoryStatsCompression,
}
Fields§
§memory_statistics: MemoryStats
§compression_statistics: MemoryStatsCompression
Trait Implementations§
Source§impl Clone for KernelStatistics
impl Clone for KernelStatistics
Source§fn clone(&self) -> KernelStatistics
fn clone(&self) -> KernelStatistics
Returns a copy 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 Default for KernelStatistics
impl Default for KernelStatistics
Source§fn default() -> KernelStatistics
fn default() -> KernelStatistics
Returns the “default value” for a type. Read more
Source§impl From<KernelStatistics> for KernelStatistics
impl From<KernelStatistics> for KernelStatistics
Source§fn from(value: KernelStatistics) -> KernelStatistics
fn from(value: KernelStatistics) -> KernelStatistics
Converts to this type from the input type.
Source§impl Into<KernelStatistics> for KernelStatistics
impl Into<KernelStatistics> for KernelStatistics
Source§fn into(self) -> KernelStatistics
fn into(self) -> KernelStatistics
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for KernelStatistics
impl RefUnwindSafe for KernelStatistics
impl Send for KernelStatistics
impl Sync for KernelStatistics
impl Unpin for KernelStatistics
impl UnwindSafe for KernelStatistics
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