Struct layout_2020::flexbox::layout::FlexLineItem
source · 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: FlexItemLayoutResult
The 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: Au
The used main size of this item in its line.
Implementations§
source§impl<'a> FlexLineItem<'a>
impl<'a> FlexLineItem<'a>
fn get_or_synthesize_baseline_with_cross_size(&self, cross_size: Au) -> 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, ) -> (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> !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> 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