pub struct VerticalScrollView<'s, 'l, V> {
pub view: V,
pub scroll_bar_style: &'s VerticalScrollBarStyle,
pub limits: &'l mut VerticalScrollLimits,
pub state: VerticalScrollState,
}
Fields§
§view: V
§scroll_bar_style: &'s VerticalScrollBarStyle
§limits: &'l mut VerticalScrollLimits
§state: VerticalScrollState
Trait Implementations§
Source§impl<'s, 'l, V, T> View<T> for VerticalScrollView<'s, 'l, V>where
V: View<T>,
impl<'s, 'l, V, T> View<T> for VerticalScrollView<'s, 'l, V>where
V: View<T>,
Auto Trait Implementations§
impl<'s, 'l, V> Freeze for VerticalScrollView<'s, 'l, V>where
V: Freeze,
impl<'s, 'l, V> RefUnwindSafe for VerticalScrollView<'s, 'l, V>where
V: RefUnwindSafe,
impl<'s, 'l, V> Send for VerticalScrollView<'s, 'l, V>where
V: Send,
impl<'s, 'l, V> Sync for VerticalScrollView<'s, 'l, V>where
V: Sync,
impl<'s, 'l, V> Unpin for VerticalScrollView<'s, 'l, V>where
V: Unpin,
impl<'s, 'l, V> !UnwindSafe for VerticalScrollView<'s, 'l, V>
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