Struct cupi::sys::Memory [] [src]

pub struct Memory {
    pub total: u32,
    pub used: u32,
    pub free: u32,
    pub shared: u32,
    pub buffers: u32,
    pub cached: u32,
}

Fields

Trait Implementations

impl Copy for Memory
[src]

impl Clone for Memory
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Memory
[src]

Formats the value using the given formatter.