pub struct Scrollable<G: GroupExt + Clone = Scroll> { /* private fields */ }
Implementations§
Source§impl Scrollable
impl Scrollable
pub fn builder() -> ScrollableBuilder
Source§impl<G: GroupExt + Clone> Scrollable<G>
impl<G: GroupExt + Clone> Scrollable<G>
pub fn group(&self) -> G
pub fn layout_children(&self)
Trait Implementations§
Auto Trait Implementations§
impl<G> Freeze for Scrollable<G>where
G: Freeze,
impl<G = Scroll> !RefUnwindSafe for Scrollable<G>
impl<G = Scroll> !Send for Scrollable<G>
impl<G = Scroll> !Sync for Scrollable<G>
impl<G> Unpin for Scrollable<G>where
G: Unpin,
impl<G = Scroll> !UnwindSafe for Scrollable<G>
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