pub enum ReflowGoal {
Full,
TickAnimations,
LayoutQuery(QueryMsg, u64),
UpdateScrollNode(ScrollState),
}
Expand description
Any query to perform with this reflow.
Variants§
Full
TickAnimations
LayoutQuery(QueryMsg, u64)
UpdateScrollNode(ScrollState)
Tells layout about a single new scrolling offset from the script. The rest will remain untouched and layout won’t forward this back to script.
Implementations§
source§impl ReflowGoal
impl ReflowGoal
sourcepub fn needs_display_list(&self) -> bool
pub fn needs_display_list(&self) -> bool
Returns true if the given ReflowQuery needs a full, up-to-date display list to be present or false if it only needs stacking-relative positions.
sourcepub fn needs_display(&self) -> bool
pub fn needs_display(&self) -> bool
Returns true if the given ReflowQuery needs its display list send to WebRender or false if a layout_thread display list is sufficient.
Trait Implementations§
source§impl Debug for ReflowGoal
impl Debug for ReflowGoal
source§impl PartialEq<ReflowGoal> for ReflowGoal
impl PartialEq<ReflowGoal> for ReflowGoal
source§fn eq(&self, other: &ReflowGoal) -> bool
fn eq(&self, other: &ReflowGoal) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ReflowGoal
Auto Trait Implementations§
impl RefUnwindSafe for ReflowGoal
impl Send for ReflowGoal
impl !Sync for ReflowGoal
impl Unpin for ReflowGoal
impl UnwindSafe for ReflowGoal
Blanket Implementations§
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> MaybeBoxed<Box<T, Global>> for T
impl<T> MaybeBoxed<Box<T, Global>> for T
source§fn maybe_boxed(self) -> Box<T, Global>
fn maybe_boxed(self) -> Box<T, Global>
Convert
source§impl<T> MaybeBoxed<T> for T
impl<T> MaybeBoxed<T> for T
source§fn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert