pub struct EmulateTouchFromMouseEventReturn {}Available on crate features
Input and experimental only.Expand description
Emulates touch event from the mouse event parameters.
Implementations§
Trait Implementations§
Source§impl Clone for EmulateTouchFromMouseEventReturn
impl Clone for EmulateTouchFromMouseEventReturn
Source§fn clone(&self) -> EmulateTouchFromMouseEventReturn
fn clone(&self) -> EmulateTouchFromMouseEventReturn
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 Default for EmulateTouchFromMouseEventReturn
impl Default for EmulateTouchFromMouseEventReturn
Source§fn default() -> EmulateTouchFromMouseEventReturn
fn default() -> EmulateTouchFromMouseEventReturn
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EmulateTouchFromMouseEventReturn
impl<'de> Deserialize<'de> for EmulateTouchFromMouseEventReturn
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
Auto Trait Implementations§
impl Freeze for EmulateTouchFromMouseEventReturn
impl RefUnwindSafe for EmulateTouchFromMouseEventReturn
impl Send for EmulateTouchFromMouseEventReturn
impl Sync for EmulateTouchFromMouseEventReturn
impl Unpin for EmulateTouchFromMouseEventReturn
impl UnwindSafe for EmulateTouchFromMouseEventReturn
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