Struct systemstat::data::PlatformMemory
source · pub struct PlatformMemory {
pub active: ByteSize,
pub inactive: ByteSize,
pub wired: ByteSize,
pub cache: ByteSize,
pub zfs_arc: ByteSize,
pub free: ByteSize,
}Fields
active: ByteSizeinactive: ByteSizewired: ByteSizecache: ByteSizezfs_arc: ByteSizefree: ByteSizeTrait Implementations
sourceimpl Clone for PlatformMemory
impl Clone for PlatformMemory
sourcefn clone(&self) -> PlatformMemory
fn clone(&self) -> PlatformMemory
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations
impl RefUnwindSafe for PlatformMemory
impl Send for PlatformMemory
impl Sync for PlatformMemory
impl Unpin for PlatformMemory
impl UnwindSafe for PlatformMemory
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more