#[repr(transparent)]pub struct ArkUI_GestureMask(pub c_uint);Available on crate feature
api-12 only.Expand description
Enumerates gesture masking modes.
Available since API-level: 12
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_GestureMask
impl ArkUI_GestureMask
Sourcepub const NORMAL_GESTURE_MASK: ArkUI_GestureMask
pub const NORMAL_GESTURE_MASK: ArkUI_GestureMask
The gestures of child components are enabled and recognized based on the default gesture recognition sequence.
Source§impl ArkUI_GestureMask
impl ArkUI_GestureMask
Sourcepub const IGNORE_INTERNAL_GESTURE_MASK: ArkUI_GestureMask
pub const IGNORE_INTERNAL_GESTURE_MASK: ArkUI_GestureMask
The gestures of child components are disabled, including the built-in gestures.
Trait Implementations§
Source§impl Clone for ArkUI_GestureMask
impl Clone for ArkUI_GestureMask
Source§fn clone(&self) -> ArkUI_GestureMask
fn clone(&self) -> ArkUI_GestureMask
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_GestureMask
impl Hash for ArkUI_GestureMask
Source§impl PartialEq for ArkUI_GestureMask
impl PartialEq for ArkUI_GestureMask
impl Eq for ArkUI_GestureMask
impl StructuralPartialEq for ArkUI_GestureMask
Auto Trait Implementations§
impl Freeze for ArkUI_GestureMask
impl RefUnwindSafe for ArkUI_GestureMask
impl Send for ArkUI_GestureMask
impl Sync for ArkUI_GestureMask
impl Unpin for ArkUI_GestureMask
impl UnwindSafe for ArkUI_GestureMask
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