Struct qapi_qmp::screendump[][src]

pub struct screendump {
    pub device: Option<String>,
    pub filename: String,
    pub head: Option<isize>,
}

Fields

Trait Implementations

impl Debug for screendump
[src]

Formats the value using the given formatter. Read more

impl Clone for screendump
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for screendump
[src]

NAME: &'static str = "screendump"

Auto Trait Implementations

impl Send for screendump

impl Sync for screendump