pub struct SemanticsScrollBy { /* private fields */ }Expand description
What a container does when a screen reader pages it, e.g. TalkBack’s scroll forward action or an accesskit scroll down. The two deltas are in layout pixels; the answer says whether anything moved.
This is Compose’s SemanticsActions.ScrollBy.
Implementations§
Trait Implementations§
Source§impl Clone for SemanticsScrollBy
impl Clone for SemanticsScrollBy
Source§impl Debug for SemanticsScrollBy
impl Debug for SemanticsScrollBy
impl Eq for SemanticsScrollBy
Auto Trait Implementations§
impl !RefUnwindSafe for SemanticsScrollBy
impl !Send for SemanticsScrollBy
impl !Sync for SemanticsScrollBy
impl !UnwindSafe for SemanticsScrollBy
impl Freeze for SemanticsScrollBy
impl Unpin for SemanticsScrollBy
impl UnsafeUnpin for SemanticsScrollBy
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