#[repr(transparent)]pub struct ArkUI_GestureInterruptResult(pub c_uint);Available on crate feature
api-12 only.Expand description
@brief Enumerates gesture interruption results.
@since 12
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_GestureInterruptResult
impl ArkUI_GestureInterruptResult
Sourcepub const GESTURE_INTERRUPT_RESULT_CONTINUE: ArkUI_GestureInterruptResult = _
pub const GESTURE_INTERRUPT_RESULT_CONTINUE: ArkUI_GestureInterruptResult = _
The gesture recognition process continues.
Source§impl ArkUI_GestureInterruptResult
impl ArkUI_GestureInterruptResult
Sourcepub const GESTURE_INTERRUPT_RESULT_REJECT: ArkUI_GestureInterruptResult = _
pub const GESTURE_INTERRUPT_RESULT_REJECT: ArkUI_GestureInterruptResult = _
The gesture recognition process is paused.
Trait Implementations§
Source§impl Clone for ArkUI_GestureInterruptResult
impl Clone for ArkUI_GestureInterruptResult
Source§fn clone(&self) -> ArkUI_GestureInterruptResult
fn clone(&self) -> ArkUI_GestureInterruptResult
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_GestureInterruptResult
impl Hash for ArkUI_GestureInterruptResult
Source§impl PartialEq for ArkUI_GestureInterruptResult
impl PartialEq for ArkUI_GestureInterruptResult
Source§fn eq(&self, other: &ArkUI_GestureInterruptResult) -> bool
fn eq(&self, other: &ArkUI_GestureInterruptResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ArkUI_GestureInterruptResult
impl StructuralPartialEq for ArkUI_GestureInterruptResult
Auto Trait Implementations§
impl Freeze for ArkUI_GestureInterruptResult
impl RefUnwindSafe for ArkUI_GestureInterruptResult
impl Send for ArkUI_GestureInterruptResult
impl Sync for ArkUI_GestureInterruptResult
impl Unpin for ArkUI_GestureInterruptResult
impl UnwindSafe for ArkUI_GestureInterruptResult
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