pub struct NestedScrollView { /* private fields */ }Expand description
A NestedScrollView provides scrolling capability
Implementations§
Auto Trait Implementations§
impl Freeze for NestedScrollView
impl RefUnwindSafe for NestedScrollView
impl Send for NestedScrollView
impl Sync for NestedScrollView
impl Unpin for NestedScrollView
impl UnwindSafe for NestedScrollView
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