Struct qapi_qmp::MemoryInfo[][src]

pub struct MemoryInfo {
    pub base_memory: usize,
    pub plugged_memory: Option<usize>,
}

Fields

Trait Implementations

impl Debug for MemoryInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for MemoryInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for MemoryInfo

impl Sync for MemoryInfo