Struct linux_procfs::meminfo::MemInfo
source · [−]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 Send for MemInfo
impl Sync for MemInfo
impl Unpin for MemInfo
impl UnwindSafe for MemInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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