Struct qapi_qmp::dump_guest_memory[][src]

pub struct dump_guest_memory {
    pub detach: Option<bool>,
    pub protocol: String,
    pub begin: Option<isize>,
    pub length: Option<isize>,
    pub format: Option<DumpGuestMemoryFormat>,
    pub paging: bool,
}

Fields

Trait Implementations

impl Debug for dump_guest_memory
[src]

Formats the value using the given formatter. Read more

impl Clone for dump_guest_memory
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for dump_guest_memory
[src]

NAME: &'static str = "dump-guest-memory"

Auto Trait Implementations

impl Send for dump_guest_memory

impl Sync for dump_guest_memory