pub enum GestureEventKind {
None = 0,
Pan = 1,
Pinch = 2,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for GestureEventKind
impl Clone for GestureEventKind
Source§fn clone(&self) -> GestureEventKind
fn clone(&self) -> GestureEventKind
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 moreimpl Copy for GestureEventKind
Source§impl Debug for GestureEventKind
impl Debug for GestureEventKind
impl Eq for GestureEventKind
Source§impl PartialEq for GestureEventKind
impl PartialEq for GestureEventKind
impl StructuralPartialEq for GestureEventKind
Auto Trait Implementations§
impl Freeze for GestureEventKind
impl RefUnwindSafe for GestureEventKind
impl Send for GestureEventKind
impl Sync for GestureEventKind
impl Unpin for GestureEventKind
impl UnsafeUnpin for GestureEventKind
impl UnwindSafe for GestureEventKind
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