pub struct screendump {
pub device: Option<String>,
pub format: Option<ImageFormat>,
pub head: Option<i64>,
pub filename: String,
}
Fields§
§device: Option<String>
§format: Option<ImageFormat>
§head: Option<i64>
§filename: String
Trait Implementations§
Source§impl Clone for screendump
impl Clone for screendump
Source§fn clone(&self) -> screendump
fn clone(&self) -> screendump
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Command for screendump
impl Command for screendump
Source§impl Debug for screendump
impl Debug for screendump
Source§impl<'de> Deserialize<'de> for screendump
impl<'de> Deserialize<'de> for screendump
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for screendump
impl Serialize for screendump
impl QmpCommand for screendump
Auto Trait Implementations§
impl Freeze for screendump
impl RefUnwindSafe for screendump
impl Send for screendump
impl Sync for screendump
impl Unpin for screendump
impl UnwindSafe for screendump
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more