#[repr(C)]pub struct SelectionGestureBehaviors {
pub single_click: Type,
pub double_click: Type,
pub triple_click: Type,
}Expand description
Selection behaviors for single-, double-, and triple-click gestures.
Fields§
§single_click: TypeBehavior for single-click selection gestures.
double_click: TypeBehavior for double-click selection gestures.
triple_click: TypeBehavior for triple-click selection gestures.
Trait Implementations§
Source§impl Clone for SelectionGestureBehaviors
impl Clone for SelectionGestureBehaviors
Source§fn clone(&self) -> SelectionGestureBehaviors
fn clone(&self) -> SelectionGestureBehaviors
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 SelectionGestureBehaviors
Source§impl Debug for SelectionGestureBehaviors
impl Debug for SelectionGestureBehaviors
Auto Trait Implementations§
impl Freeze for SelectionGestureBehaviors
impl RefUnwindSafe for SelectionGestureBehaviors
impl Send for SelectionGestureBehaviors
impl Sync for SelectionGestureBehaviors
impl Unpin for SelectionGestureBehaviors
impl UnsafeUnpin for SelectionGestureBehaviors
impl UnwindSafe for SelectionGestureBehaviors
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