pub struct SemanticsExpand(/* private fields */);Expand description
What a control does when a screen reader asks it to open or to close.
Compose’s expand and collapse actions.
Implementations§
Trait Implementations§
Source§impl Clone for SemanticsExpand
impl Clone for SemanticsExpand
Source§fn clone(&self) -> SemanticsExpand
fn clone(&self) -> SemanticsExpand
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 SemanticsExpand
impl Debug for SemanticsExpand
Auto Trait Implementations§
impl !RefUnwindSafe for SemanticsExpand
impl !Send for SemanticsExpand
impl !Sync for SemanticsExpand
impl !UnwindSafe for SemanticsExpand
impl Freeze for SemanticsExpand
impl Unpin for SemanticsExpand
impl UnsafeUnpin for SemanticsExpand
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