Struct qapi_qmp::display_update
source · pub struct display_update(pub DisplayUpdateOptions);
Tuple Fields§
§0: DisplayUpdateOptions
Trait Implementations§
source§impl Clone for display_update
impl Clone for display_update
source§fn clone(&self) -> display_update
fn clone(&self) -> display_update
Returns a copy 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 display_update
impl Command for display_update
source§impl Debug for display_update
impl Debug for display_update
source§impl<'de> Deserialize<'de> for display_update
impl<'de> Deserialize<'de> for display_update
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 From<DisplayUpdateOptions> for display_update
impl From<DisplayUpdateOptions> for display_update
source§fn from(val: DisplayUpdateOptions) -> Self
fn from(val: DisplayUpdateOptions) -> Self
Converts to this type from the input type.
source§impl Serialize for display_update
impl Serialize for display_update
impl QmpCommand for display_update
Auto Trait Implementations§
impl RefUnwindSafe for display_update
impl Send for display_update
impl Sync for display_update
impl Unpin for display_update
impl UnwindSafe for display_update
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