#[repr(transparent)]pub struct ArkUI_GestureRecognizerState(pub c_uint);Available on crate feature
api-12 only.Expand description
Enumerates the gesture recognizer states.
Available since API-level: 12
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_GestureRecognizerState
impl ArkUI_GestureRecognizerState
Sourcepub const ARKUI_GESTURE_RECOGNIZER_STATE_READY: ArkUI_GestureRecognizerState
pub const ARKUI_GESTURE_RECOGNIZER_STATE_READY: ArkUI_GestureRecognizerState
Ready.
Source§impl ArkUI_GestureRecognizerState
impl ArkUI_GestureRecognizerState
Sourcepub const ARKUI_GESTURE_RECOGNIZER_STATE_DETECTING: ArkUI_GestureRecognizerState
pub const ARKUI_GESTURE_RECOGNIZER_STATE_DETECTING: ArkUI_GestureRecognizerState
Detecting.
Source§impl ArkUI_GestureRecognizerState
impl ArkUI_GestureRecognizerState
Sourcepub const ARKUI_GESTURE_RECOGNIZER_STATE_PENDING: ArkUI_GestureRecognizerState
pub const ARKUI_GESTURE_RECOGNIZER_STATE_PENDING: ArkUI_GestureRecognizerState
Pending.
Source§impl ArkUI_GestureRecognizerState
impl ArkUI_GestureRecognizerState
Sourcepub const ARKUI_GESTURE_RECOGNIZER_STATE_BLOCKED: ArkUI_GestureRecognizerState
pub const ARKUI_GESTURE_RECOGNIZER_STATE_BLOCKED: ArkUI_GestureRecognizerState
Blocked.
Source§impl ArkUI_GestureRecognizerState
impl ArkUI_GestureRecognizerState
Sourcepub const ARKUI_GESTURE_RECOGNIZER_STATE_SUCCESSFUL: ArkUI_GestureRecognizerState
pub const ARKUI_GESTURE_RECOGNIZER_STATE_SUCCESSFUL: ArkUI_GestureRecognizerState
Successful.
Trait Implementations§
Source§impl Clone for ArkUI_GestureRecognizerState
impl Clone for ArkUI_GestureRecognizerState
Source§fn clone(&self) -> ArkUI_GestureRecognizerState
fn clone(&self) -> ArkUI_GestureRecognizerState
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_GestureRecognizerState
impl Hash for ArkUI_GestureRecognizerState
Source§impl PartialEq for ArkUI_GestureRecognizerState
impl PartialEq for ArkUI_GestureRecognizerState
Source§fn eq(&self, other: &ArkUI_GestureRecognizerState) -> bool
fn eq(&self, other: &ArkUI_GestureRecognizerState) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ArkUI_GestureRecognizerState
impl StructuralPartialEq for ArkUI_GestureRecognizerState
Auto Trait Implementations§
impl Freeze for ArkUI_GestureRecognizerState
impl RefUnwindSafe for ArkUI_GestureRecognizerState
impl Send for ArkUI_GestureRecognizerState
impl Sync for ArkUI_GestureRecognizerState
impl Unpin for ArkUI_GestureRecognizerState
impl UnwindSafe for ArkUI_GestureRecognizerState
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