Struct qapi_qmp::memsave
[−]
[src]
pub struct memsave { pub size: isize, pub val: isize, pub cpu_index: Option<isize>, pub filename: String, }
Fields
size: isize
val: isize
cpu_index: Option<isize>
filename: String
Trait Implementations
impl Debug for memsave
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for memsave
[src]
fn clone(&self) -> memsave
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more