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 screendump
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for screendump
[src]
impl Clone for screendump
fn clone(&self) -> screendump
[src]
fn clone(&self) -> screendump
Returns 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 screendump
Auto Trait Implementations
impl Send for screendump
impl Send for screendump
impl Sync for screendump
impl Sync for screendump