Struct systemstat::data::Memory [] [src]

pub struct Memory {
    pub total: ByteSize,
    pub free: ByteSize,
    pub platform_memory: PlatformMemory,
}

Fields

Trait Implementations

impl Debug for Memory
[src]

Formats the value using the given formatter.

impl Clone for Memory
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more