struct FlexLineItem<'a> {
item: FlexItem<'a>,
layout_result: FlexItemLayoutResult,
used_main_size: Au,
}Expand description
A data structure to hold all of the information about a flex item that has been placed into a flex line. This happens once the item is laid out and its line has been determined.
Fields§
§item: FlexItem<'a>The items that are placed in this line.
layout_result: FlexItemLayoutResultThe layout results of the initial layout pass for a flex line. These may be replaced
if necessary due to the use of align-content: stretch or align-self: stretch.
used_main_size: AuThe used main size of this item in its line.
Implementations§
Source§impl FlexLineItem<'_>
impl FlexLineItem<'_>
fn get_or_synthesize_baseline_with_cross_size( &self, cross_size: Au, flex_container_config: &FlexContainerConfig, ) -> Au
fn collect_fragment( self, initial_flex_layout: &InitialFlexLineLayout<'_>, item_used_size: FlexRelativeVec2<Au>, item_margin: FlexRelativeSides<Au>, item_main_interval: Au, final_line_cross_size: Au, shared_alignment_baseline: &Option<Au>, flex_context: &mut FlexContext<'_>, all_baselines: &mut Baselines, main_position_cursor: &mut Au, ) -> (Arc<BoxFragment>, PositioningContext)
Auto Trait Implementations§
impl<'a> Freeze for FlexLineItem<'a>
impl<'a> !RefUnwindSafe for FlexLineItem<'a>
impl<'a> Send for FlexLineItem<'a>
impl<'a> Sync for FlexLineItem<'a>
impl<'a> Unpin for FlexLineItem<'a>
impl<'a> UnsafeUnpin for FlexLineItem<'a>
impl<'a> !UnwindSafe for FlexLineItem<'a>
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> Filterable for T
impl<T> Filterable for T
Source§fn filterable(
self,
filter_name: &'static str,
) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
fn filterable( self, filter_name: &'static str, ) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
Creates a filterable data provider with the given name for debugging. 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