pub struct ResolvedUaScrollbar {
pub color: StyleScrollbarColor,
pub width: LayoutScrollbarWidth,
pub visibility: ScrollbarVisibilityMode,
pub fade_delay: ScrollbarFadeDelay,
pub fade_duration: ScrollbarFadeDuration,
}Expand description
Resolved UA scrollbar defaults after evaluating conditions.
All fields are guaranteed to resolve because UA_SCROLLBAR_CSS
contains unconditional fallback entries for every property type.
Fields§
§color: StyleScrollbarColor§width: LayoutScrollbarWidth§visibility: ScrollbarVisibilityMode§fade_delay: ScrollbarFadeDelay§fade_duration: ScrollbarFadeDurationTrait Implementations§
Source§impl Clone for ResolvedUaScrollbar
impl Clone for ResolvedUaScrollbar
Source§fn clone(&self) -> ResolvedUaScrollbar
fn clone(&self) -> ResolvedUaScrollbar
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ResolvedUaScrollbar
Auto Trait Implementations§
impl Freeze for ResolvedUaScrollbar
impl RefUnwindSafe for ResolvedUaScrollbar
impl Send for ResolvedUaScrollbar
impl Sync for ResolvedUaScrollbar
impl Unpin for ResolvedUaScrollbar
impl UnsafeUnpin for ResolvedUaScrollbar
impl UnwindSafe for ResolvedUaScrollbar
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