#[repr(transparent)]pub struct ArkUI_GestureRecognizerType(pub c_uint);Available on crate feature
api-12 only.Expand description
Enumerates gesture types.
Available since API-level: 12
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_GestureRecognizerType
impl ArkUI_GestureRecognizerType
Sourcepub const TAP_GESTURE: ArkUI_GestureRecognizerType
pub const TAP_GESTURE: ArkUI_GestureRecognizerType
Tap.
Source§impl ArkUI_GestureRecognizerType
impl ArkUI_GestureRecognizerType
Sourcepub const LONG_PRESS_GESTURE: ArkUI_GestureRecognizerType
pub const LONG_PRESS_GESTURE: ArkUI_GestureRecognizerType
Long press.
Source§impl ArkUI_GestureRecognizerType
impl ArkUI_GestureRecognizerType
Sourcepub const PAN_GESTURE: ArkUI_GestureRecognizerType
pub const PAN_GESTURE: ArkUI_GestureRecognizerType
Pan.
Source§impl ArkUI_GestureRecognizerType
impl ArkUI_GestureRecognizerType
Sourcepub const PINCH_GESTURE: ArkUI_GestureRecognizerType
pub const PINCH_GESTURE: ArkUI_GestureRecognizerType
Pinch.
Source§impl ArkUI_GestureRecognizerType
impl ArkUI_GestureRecognizerType
Sourcepub const ROTATION_GESTURE: ArkUI_GestureRecognizerType
pub const ROTATION_GESTURE: ArkUI_GestureRecognizerType
Rotate.
Source§impl ArkUI_GestureRecognizerType
impl ArkUI_GestureRecognizerType
Sourcepub const SWIPE_GESTURE: ArkUI_GestureRecognizerType
pub const SWIPE_GESTURE: ArkUI_GestureRecognizerType
Swipe.
Source§impl ArkUI_GestureRecognizerType
impl ArkUI_GestureRecognizerType
Sourcepub const GROUP_GESTURE: ArkUI_GestureRecognizerType
pub const GROUP_GESTURE: ArkUI_GestureRecognizerType
A group of gestures.
Trait Implementations§
Source§impl Clone for ArkUI_GestureRecognizerType
impl Clone for ArkUI_GestureRecognizerType
Source§fn clone(&self) -> ArkUI_GestureRecognizerType
fn clone(&self) -> ArkUI_GestureRecognizerType
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 moreSource§impl Hash for ArkUI_GestureRecognizerType
impl Hash for ArkUI_GestureRecognizerType
impl Eq for ArkUI_GestureRecognizerType
impl StructuralPartialEq for ArkUI_GestureRecognizerType
Auto Trait Implementations§
impl Freeze for ArkUI_GestureRecognizerType
impl RefUnwindSafe for ArkUI_GestureRecognizerType
impl Send for ArkUI_GestureRecognizerType
impl Sync for ArkUI_GestureRecognizerType
impl Unpin for ArkUI_GestureRecognizerType
impl UnwindSafe for ArkUI_GestureRecognizerType
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