pub enum ReflowGoal {
Full,
TickAnimations,
LayoutQuery(QueryMsg),
UpdateScrollNode(ScrollState),
}
Expand description
Any query to perform with this reflow.
Variants§
Full
TickAnimations
LayoutQuery(QueryMsg)
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 for ReflowGoal
impl PartialEq 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 Freeze for ReflowGoal
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> 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
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> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§impl<T> MaybeBoxed<Box<T>> for T
impl<T> MaybeBoxed<Box<T>> for T
source§fn maybe_boxed(self) -> Box<T>
fn maybe_boxed(self) -> Box<T>
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