pub struct SemanticsMagicTap(/* private fields */);Expand description
What a control does when a VoiceOver user makes the magic tap, the two
finger double tap that starts or stops the main action of a screen. On
the other platforms the action is listed by its label among the control’s
actions. SwiftUI’s accessibilityAction(.magicTap); the answer says
whether the control took the tap.
Implementations§
Trait Implementations§
Source§impl Clone for SemanticsMagicTap
impl Clone for SemanticsMagicTap
Source§fn clone(&self) -> SemanticsMagicTap
fn clone(&self) -> SemanticsMagicTap
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 SemanticsMagicTap
impl Debug for SemanticsMagicTap
Auto Trait Implementations§
impl !RefUnwindSafe for SemanticsMagicTap
impl !Send for SemanticsMagicTap
impl !Sync for SemanticsMagicTap
impl !UnwindSafe for SemanticsMagicTap
impl Freeze for SemanticsMagicTap
impl Unpin for SemanticsMagicTap
impl UnsafeUnpin for SemanticsMagicTap
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