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
detach: Option<bool>
protocol: String
begin: Option<isize>
length: Option<isize>
format: Option<DumpGuestMemoryFormat>
paging: bool
Trait Implementations
impl Debug for dump_guest_memory
[src]
impl Debug for dump_guest_memory
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for dump_guest_memory
[src]
impl Clone for dump_guest_memory
fn clone(&self) -> dump_guest_memory
[src]
fn clone(&self) -> dump_guest_memory
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Command for dump_guest_memory
[src]
impl Command for dump_guest_memory
Auto Trait Implementations
impl Send for dump_guest_memory
impl Send for dump_guest_memory
impl Sync for dump_guest_memory
impl Sync for dump_guest_memory