pub struct ScratchGestureSnapshot { /* private fields */ }Expand description
Stores all gesture state that can affect later controls.
Trait Implementations§
Source§impl Clone for ScratchGestureSnapshot
impl Clone for ScratchGestureSnapshot
Source§fn clone(&self) -> ScratchGestureSnapshot
fn clone(&self) -> ScratchGestureSnapshot
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ScratchGestureSnapshot
impl Debug for ScratchGestureSnapshot
Source§impl<'de> Deserialize<'de> for ScratchGestureSnapshot
impl<'de> Deserialize<'de> for ScratchGestureSnapshot
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 PartialEq for ScratchGestureSnapshot
impl PartialEq for ScratchGestureSnapshot
Source§impl Serialize for ScratchGestureSnapshot
impl Serialize for ScratchGestureSnapshot
impl StructuralPartialEq for ScratchGestureSnapshot
Auto Trait Implementations§
impl Freeze for ScratchGestureSnapshot
impl RefUnwindSafe for ScratchGestureSnapshot
impl Send for ScratchGestureSnapshot
impl Sync for ScratchGestureSnapshot
impl Unpin for ScratchGestureSnapshot
impl UnsafeUnpin for ScratchGestureSnapshot
impl UnwindSafe for ScratchGestureSnapshot
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