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: ScrollbarFadeDurationAuto 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