Struct qapi_qmp::Memdev[][src]

pub struct Memdev {
    pub prealloc: bool,
    pub merge: bool,
    pub policy: HostMemPolicy,
    pub id: Option<String>,
    pub host_nodes: Vec<u16>,
    pub dump: bool,
    pub size: usize,
}

Fields

Trait Implementations

impl Debug for Memdev
[src]

Formats the value using the given formatter. Read more

impl Clone for Memdev
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Memdev

impl Sync for Memdev