pub struct SetTouchEmulationEnabled { /* private fields */ }๐Deprecated
Expand description
Toggles mouse event-based touch event emulation. EXPERIMENTAL: This feature is experimental and may change or be removed.
Implementationsยง
Trait Implementationsยง
Sourceยงimpl Clone for SetTouchEmulationEnabled
impl Clone for SetTouchEmulationEnabled
Sourceยงfn clone(&self) -> SetTouchEmulationEnabled
fn clone(&self) -> SetTouchEmulationEnabled
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 SetTouchEmulationEnabled
impl Command for SetTouchEmulationEnabled
Sourceยงimpl Debug for SetTouchEmulationEnabled
impl Debug for SetTouchEmulationEnabled
Auto Trait Implementationsยง
impl Freeze for SetTouchEmulationEnabled
impl RefUnwindSafe for SetTouchEmulationEnabled
impl Send for SetTouchEmulationEnabled
impl Sync for SetTouchEmulationEnabled
impl Unpin for SetTouchEmulationEnabled
impl UnwindSafe for SetTouchEmulationEnabled
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