pub struct Scroller {
pub background: Background,
pub border: Border,
}Expand description
The appearance of the scroller of a scrollable.
Fields§
§background: BackgroundThe Background of the scroller.
border: BorderThe Border of the scroller.
Trait Implementations§
impl Copy for Scroller
impl StructuralPartialEq for Scroller
Auto Trait Implementations§
impl Freeze for Scroller
impl RefUnwindSafe for Scroller
impl Send for Scroller
impl Sync for Scroller
impl Unpin for Scroller
impl UnsafeUnpin for Scroller
impl UnwindSafe for Scroller
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