pub struct ParallelInnerGestureEventRef { /* private fields */ }Expand description
Borrowed wrapper around ArkUI_ParallelInnerGestureEvent.
Implementations§
Source§impl ParallelInnerGestureEventRef
impl ParallelInnerGestureEventRef
pub fn user_data(&self) -> Option<NonNull<c_void>>
pub fn current_recognizer(&self) -> Option<GestureRecognizerRef>
pub fn conflict_recognizers(&self) -> ArkUIResult<Vec<GestureRecognizerRef>>
Trait Implementations§
Source§impl Clone for ParallelInnerGestureEventRef
impl Clone for ParallelInnerGestureEventRef
Source§fn clone(&self) -> ParallelInnerGestureEventRef
fn clone(&self) -> ParallelInnerGestureEventRef
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ParallelInnerGestureEventRef
impl Debug for ParallelInnerGestureEventRef
impl Copy for ParallelInnerGestureEventRef
Auto Trait Implementations§
impl Freeze for ParallelInnerGestureEventRef
impl RefUnwindSafe for ParallelInnerGestureEventRef
impl !Send for ParallelInnerGestureEventRef
impl !Sync for ParallelInnerGestureEventRef
impl Unpin for ParallelInnerGestureEventRef
impl UnsafeUnpin for ParallelInnerGestureEventRef
impl UnwindSafe for ParallelInnerGestureEventRef
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