Struct systemstat::data::PlatformMemory [−][src]
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
Auto Trait Implementations
impl RefUnwindSafe for PlatformMemory
impl Send for PlatformMemory
impl Sync for PlatformMemory
impl Unpin for PlatformMemory
impl UnwindSafe for PlatformMemory
Blanket Implementations
Mutably borrows from an owned value. Read more