Struct qapi_qmp::pmemsave[][src]

pub struct pmemsave {
    pub val: isize,
    pub filename: String,
    pub size: isize,
}

Fields

Trait Implementations

impl Debug for pmemsave
[src]

Formats the value using the given formatter. Read more

impl Clone for pmemsave
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for pmemsave
[src]

NAME: &'static str = "pmemsave"

Auto Trait Implementations

impl Send for pmemsave

impl Sync for pmemsave