[−][src]Struct linux_stats::MemInfo
Represents the output of cat /proc/meminfo
Fields
mem_total: u64mem_free: u64mem_available: u64bufers: u64cached: u64swap_cached: u64active: u64inactive: u64active_anon: u64inactive_anon: u64active_file: u64inactive_file: u64unevictable: u64mlocked: u64swap_total: u64swap_free: u64dirty: u64writeback: u64anon_pages: u64mapped: u64shmem: u64slab: u64s_reclaimable: u64s_unreclaim: u64kernel_stack: u64page_tables: u64nfs_unstable: u64bounce: u64writeback_tmp: u64commit_limit: u64committed_as: u64vmalloc_total: u64vmalloc_used: u64vmalloc_chunk: u64hardware_corrupted: u64anon_huge_pages: u64cma_total: u64cma_free: u64huge_pages_total: u64huge_pages_free: u64huge_pages_rsvd: u64huge_pages_surp: u64hugepagesize: u64direct_map_4k: u64direct_map_2m: u64Trait Implementations
impl Clone for MemInfo[src]
impl Debug for MemInfo[src]
impl Decodable for MemInfo[src]
impl Default for MemInfo[src]
impl Encodable for MemInfo[src]
impl FromStr for MemInfo[src]
type Err = Infallible
The associated error which can be returned from parsing.
fn from_str(s: &str) -> Result<MemInfo, Infallible>[src]
impl PartialEq<MemInfo> for MemInfo[src]
impl StructuralPartialEq for MemInfo[src]
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
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,