Struct qapi_qmp::memsave [−][src]
pub struct memsave { pub size: isize, pub cpu_index: Option<isize>, pub filename: String, pub val: isize, }
Fields
size: isize
cpu_index: Option<isize>
filename: String
val: isize
Trait Implementations
impl Debug for memsave
[src]
impl Debug for memsave
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 memsave
[src]
impl Clone for memsave
fn clone(&self) -> memsave
[src]
fn clone(&self) -> memsave
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 memsave
[src]
impl Command for memsave