Struct qapi_qmp::screendump [−][src]
pub struct screendump {
pub device: Option<String>,
pub filename: String,
pub head: Option<isize>,
}Fields
device: Option<String>
filename: String
head: Option<isize>
Trait Implementations
impl Debug for screendump[src]
impl Debug for screendumpfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for screendump[src]
impl Clone for screendumpfn clone(&self) -> screendump[src]
fn clone(&self) -> screendumpReturns 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 screendump[src]
impl Command for screendumpAuto Trait Implementations
impl Send for screendump
impl Send for screendumpimpl Sync for screendump
impl Sync for screendump