pub struct TouchVisualizer {
pub touch_values: TouchValues,
/* private fields */
}
Expand description
Visualizes touch input.
Fields§
§touch_values: TouchValues
Stores touch values.
Implementations§
Trait Implementations§
Source§impl Clone for TouchVisualizer
impl Clone for TouchVisualizer
Source§fn clone(&self) -> TouchVisualizer
fn clone(&self) -> TouchVisualizer
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 moreAuto Trait Implementations§
impl Freeze for TouchVisualizer
impl RefUnwindSafe for TouchVisualizer
impl Send for TouchVisualizer
impl Sync for TouchVisualizer
impl Unpin for TouchVisualizer
impl UnwindSafe for TouchVisualizer
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