Struct linux_procfs::meminfo::MemInfo [−][src]
pub struct MemInfo {
pub mem_total_kb: usize,
pub mem_free_kb: usize,
pub buffers_kb: usize,
pub cached_kb: usize,
pub swap_cached_kb: usize,
pub active_kb: usize,
pub inactive_kb: usize,
pub swap_total_kb: usize,
pub swap_free_kb: usize,
}
Fields
mem_total_kb: usize
mem_free_kb: usize
buffers_kb: usize
cached_kb: usize
swap_cached_kb: usize
active_kb: usize
inactive_kb: usize
swap_total_kb: usize
swap_free_kb: usize
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MemInfo
impl UnwindSafe for MemInfo
Blanket Implementations
Mutably borrows from an owned value. Read more