pub struct SelectionGestureImpl { /* private fields */ }Trait Implementations§
Source§impl Clone for SelectionGestureImpl
impl Clone for SelectionGestureImpl
Source§fn clone(&self) -> SelectionGestureImpl
fn clone(&self) -> SelectionGestureImpl
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 SelectionGestureImpl
Auto Trait Implementations§
impl Freeze for SelectionGestureImpl
impl RefUnwindSafe for SelectionGestureImpl
impl Send for SelectionGestureImpl
impl Sync for SelectionGestureImpl
impl Unpin for SelectionGestureImpl
impl UnsafeUnpin for SelectionGestureImpl
impl UnwindSafe for SelectionGestureImpl
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