Struct qapi_qmp::Memdev
[−]
[src]
pub struct Memdev { pub policy: HostMemPolicy, pub dump: bool, pub merge: bool, pub prealloc: bool, pub host_nodes: Vec<u16>, pub id: Option<String>, pub size: usize, }
Fields
policy: HostMemPolicy
dump: bool
merge: bool
prealloc: bool
host_nodes: Vec<u16>
id: Option<String>
size: usize
Trait Implementations
impl Debug for Memdev
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more