pub struct SemanticsLongClick(/* private fields */);Expand description
What a control does when a screen reader asks for its long press. This is
Compose’s SemanticsActions.OnLongClick; the answer says whether the
control took the ask.
Implementations§
Trait Implementations§
Source§impl Clone for SemanticsLongClick
impl Clone for SemanticsLongClick
Source§fn clone(&self) -> SemanticsLongClick
fn clone(&self) -> SemanticsLongClick
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 SemanticsLongClick
impl Debug for SemanticsLongClick
Auto Trait Implementations§
impl !RefUnwindSafe for SemanticsLongClick
impl !Send for SemanticsLongClick
impl !Sync for SemanticsLongClick
impl !UnwindSafe for SemanticsLongClick
impl Freeze for SemanticsLongClick
impl Unpin for SemanticsLongClick
impl UnsafeUnpin for SemanticsLongClick
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