Struct qapi_qmp::memsave[][src]

pub struct memsave {
    pub size: isize,
    pub cpu_index: Option<isize>,
    pub filename: String,
    pub val: isize,
}

Fields

Trait Implementations

impl Debug for memsave
[src]

Formats the value using the given formatter. Read more

impl Clone for memsave
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for memsave
[src]

NAME: &'static str = "memsave"

Auto Trait Implementations

impl Send for memsave

impl Sync for memsave