#[repr(transparent)]pub struct ArkUI_GestureEventActionType(pub c_uint);Available on crate feature
api-12 only.Expand description
Enumerates gesture event types.
Available since API-level: 12
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_GestureEventActionType
impl ArkUI_GestureEventActionType
Sourcepub const GESTURE_EVENT_ACTION_ACCEPT: ArkUI_GestureEventActionType
pub const GESTURE_EVENT_ACTION_ACCEPT: ArkUI_GestureEventActionType
Triggered.
Source§impl ArkUI_GestureEventActionType
impl ArkUI_GestureEventActionType
Sourcepub const GESTURE_EVENT_ACTION_UPDATE: ArkUI_GestureEventActionType
pub const GESTURE_EVENT_ACTION_UPDATE: ArkUI_GestureEventActionType
Updated.
Source§impl ArkUI_GestureEventActionType
impl ArkUI_GestureEventActionType
Sourcepub const GESTURE_EVENT_ACTION_END: ArkUI_GestureEventActionType
pub const GESTURE_EVENT_ACTION_END: ArkUI_GestureEventActionType
Ended.
Source§impl ArkUI_GestureEventActionType
impl ArkUI_GestureEventActionType
Sourcepub const GESTURE_EVENT_ACTION_CANCEL: ArkUI_GestureEventActionType
pub const GESTURE_EVENT_ACTION_CANCEL: ArkUI_GestureEventActionType
Canceled.
Trait Implementations§
Source§impl Clone for ArkUI_GestureEventActionType
impl Clone for ArkUI_GestureEventActionType
Source§fn clone(&self) -> ArkUI_GestureEventActionType
fn clone(&self) -> ArkUI_GestureEventActionType
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_GestureEventActionType
impl Hash for ArkUI_GestureEventActionType
Source§impl PartialEq for ArkUI_GestureEventActionType
impl PartialEq for ArkUI_GestureEventActionType
Source§fn eq(&self, other: &ArkUI_GestureEventActionType) -> bool
fn eq(&self, other: &ArkUI_GestureEventActionType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ArkUI_GestureEventActionType
impl StructuralPartialEq for ArkUI_GestureEventActionType
Auto Trait Implementations§
impl Freeze for ArkUI_GestureEventActionType
impl RefUnwindSafe for ArkUI_GestureEventActionType
impl Send for ArkUI_GestureEventActionType
impl Sync for ArkUI_GestureEventActionType
impl Unpin for ArkUI_GestureEventActionType
impl UnwindSafe for ArkUI_GestureEventActionType
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