Struct qapi_qmp::InputMoveEventWrapper
source · #[repr(transparent)]pub struct InputMoveEventWrapper {
pub data: InputMoveEvent,
}
Fields§
§data: InputMoveEvent
Implementations§
source§impl InputMoveEventWrapper
impl InputMoveEventWrapper
pub fn into_inner(self) -> InputMoveEvent
Trait Implementations§
source§impl AsRef<InputMoveEvent> for InputMoveEventWrapper
impl AsRef<InputMoveEvent> for InputMoveEventWrapper
source§fn as_ref(&self) -> &InputMoveEvent
fn as_ref(&self) -> &InputMoveEvent
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Clone for InputMoveEventWrapper
impl Clone for InputMoveEventWrapper
source§fn clone(&self) -> InputMoveEventWrapper
fn clone(&self) -> InputMoveEventWrapper
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 Debug for InputMoveEventWrapper
impl Debug for InputMoveEventWrapper
source§impl Deref for InputMoveEventWrapper
impl Deref for InputMoveEventWrapper
source§impl<'de> Deserialize<'de> for InputMoveEventWrapper
impl<'de> Deserialize<'de> for InputMoveEventWrapper
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<T: Into<InputMoveEvent>> From<T> for InputMoveEventWrapper
impl<T: Into<InputMoveEvent>> From<T> for InputMoveEventWrapper
Auto Trait Implementations§
impl RefUnwindSafe for InputMoveEventWrapper
impl Send for InputMoveEventWrapper
impl Sync for InputMoveEventWrapper
impl Unpin for InputMoveEventWrapper
impl UnwindSafe for InputMoveEventWrapper
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