#[repr(transparent)]pub struct ArkUI_InteractionHand(pub c_uint);Available on crate features
api-12 and api-15 only.Expand description
Defines whether the touch event is from the left or right hand.
Available since API-level: 15
Tuple Fields§
§0: c_uintImplementations§
Source§impl ArkUI_InteractionHand
impl ArkUI_InteractionHand
Sourcepub const ARKUI_EVENT_HAND_NONE: ArkUI_InteractionHand
pub const ARKUI_EVENT_HAND_NONE: ArkUI_InteractionHand
Unknown.
Sourcepub const ARKUI_EVENT_HAND_LEFT: ArkUI_InteractionHand
pub const ARKUI_EVENT_HAND_LEFT: ArkUI_InteractionHand
Left hand.
Sourcepub const ARKUI_EVENT_HAND_RIGHT: ArkUI_InteractionHand
pub const ARKUI_EVENT_HAND_RIGHT: ArkUI_InteractionHand
Right hand.
Trait Implementations§
Source§impl Clone for ArkUI_InteractionHand
impl Clone for ArkUI_InteractionHand
Source§fn clone(&self) -> ArkUI_InteractionHand
fn clone(&self) -> ArkUI_InteractionHand
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ArkUI_InteractionHand
impl Debug for ArkUI_InteractionHand
Source§impl Hash for ArkUI_InteractionHand
impl Hash for ArkUI_InteractionHand
Source§impl PartialEq for ArkUI_InteractionHand
impl PartialEq for ArkUI_InteractionHand
impl Copy for ArkUI_InteractionHand
impl Eq for ArkUI_InteractionHand
impl StructuralPartialEq for ArkUI_InteractionHand
Auto Trait Implementations§
impl Freeze for ArkUI_InteractionHand
impl RefUnwindSafe for ArkUI_InteractionHand
impl Send for ArkUI_InteractionHand
impl Sync for ArkUI_InteractionHand
impl Unpin for ArkUI_InteractionHand
impl UnwindSafe for ArkUI_InteractionHand
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)