Struct systemstat::data::PlatformMemory [] [src]

pub struct PlatformMemory {
    pub total: ByteSize,
    pub free: ByteSize,
    pub shared: ByteSize,
    pub buffer: ByteSize,
}

Fields

Trait Implementations

impl Debug for PlatformMemory
[src]

Formats the value using the given formatter.

impl Clone for PlatformMemory
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more