pub struct ScrollArea { /* private fields */ }Implementations§
Source§impl ScrollArea
impl ScrollArea
pub fn new() -> ScrollArea
pub fn child(self, child: String) -> ScrollArea
pub fn direction(self, direction: ScrollDirection) -> ScrollArea
pub fn height(self, height: String) -> ScrollArea
pub fn width(self, width: String) -> ScrollArea
Trait Implementations§
Source§impl Renderable for ScrollArea
impl Renderable for ScrollArea
Auto Trait Implementations§
impl Freeze for ScrollArea
impl RefUnwindSafe for ScrollArea
impl Send for ScrollArea
impl Sync for ScrollArea
impl Unpin for ScrollArea
impl UnwindSafe for ScrollArea
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