#[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 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 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 Freeze for InputMoveEventWrapper
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