Struct torin::measure::MeasureContext
source · pub struct MeasureContext<'a, Key, L, D>{
pub layout: &'a mut Torin<Key>,
pub measurer: &'a mut Option<L>,
pub dom_adapter: &'a mut D,
pub layout_metadata: LayoutMetadata,
}
Fields§
§layout: &'a mut Torin<Key>
§measurer: &'a mut Option<L>
§dom_adapter: &'a mut D
§layout_metadata: LayoutMetadata
Implementations§
source§impl<Key, L, D> MeasureContext<'_, Key, L, D>
impl<Key, L, D> MeasureContext<'_, Key, L, D>
sourcepub fn measure_node(
&mut self,
node_id: Key,
node: &Node,
parent_area: &Area,
available_parent_area: &Area,
must_cache_children: bool,
parent_is_dirty: bool,
phase: Phase,
) -> (bool, LayoutNode)
pub fn measure_node( &mut self, node_id: Key, node: &Node, parent_area: &Area, available_parent_area: &Area, must_cache_children: bool, parent_is_dirty: bool, phase: Phase, ) -> (bool, LayoutNode)
Measure a Node.
Auto Trait Implementations§
impl<'a, Key, L, D> Freeze for MeasureContext<'a, Key, L, D>
impl<'a, Key, L, D> !RefUnwindSafe for MeasureContext<'a, Key, L, D>
impl<'a, Key, L, D> Send for MeasureContext<'a, Key, L, D>
impl<'a, Key, L, D> Sync for MeasureContext<'a, Key, L, D>
impl<'a, Key, L, D> Unpin for MeasureContext<'a, Key, L, D>
impl<'a, Key, L, D> !UnwindSafe for MeasureContext<'a, Key, L, D>
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§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 more§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T, O> SuperFrom<T> for Owhere
O: From<T>,
impl<T, O> SuperFrom<T> for Owhere
O: From<T>,
§fn super_from(input: T) -> O
fn super_from(input: T) -> O
Convert from a type to another type.
§impl<T, O, M> SuperInto<O, M> for Twhere
O: SuperFrom<T, M>,
impl<T, O, M> SuperInto<O, M> for Twhere
O: SuperFrom<T, M>,
§fn super_into(self) -> O
fn super_into(self) -> O
Convert from a type to another type.