pub struct AutoScroll {
pub background: Background,
pub border: Border,
pub shadow: Shadow,
pub icon: Color,
}Expand description
The appearance of the autoscroll overlay of a scrollable.
Fields§
§background: BackgroundThe Background of the AutoScroll overlay.
border: BorderThe Border of the AutoScroll overlay.
shadow: ShadowThje Shadow of the AutoScroll overlay.
icon: ColorThe Color for the arrow icons of the AutoScroll overlay.
Trait Implementations§
Source§impl Clone for AutoScroll
impl Clone for AutoScroll
Source§fn clone(&self) -> AutoScroll
fn clone(&self) -> AutoScroll
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AutoScroll
impl Debug for AutoScroll
Source§impl PartialEq for AutoScroll
impl PartialEq for AutoScroll
impl Copy for AutoScroll
impl StructuralPartialEq for AutoScroll
Auto Trait Implementations§
impl Freeze for AutoScroll
impl RefUnwindSafe for AutoScroll
impl Send for AutoScroll
impl Sync for AutoScroll
impl Unpin for AutoScroll
impl UnsafeUnpin for AutoScroll
impl UnwindSafe for AutoScroll
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