Struct layout_2020::positioned::PositioningContextLength
source · pub(crate) struct PositioningContextLength {
for_nearest_positioned_ancestor: usize,
for_nearest_containing_block_for_all_descendants: usize,
}
Expand description
A data structure which stores the size of a positioning context.
Fields§
§for_nearest_positioned_ancestor: usize
The number of boxes that will be hoisted the the nearest positioned ancestor for layout.
for_nearest_containing_block_for_all_descendants: usize
The number of boxes that will be hoisted the the nearest ancestor which establishes a containing block for all descendants for layout.
Trait Implementations§
source§impl Clone for PositioningContextLength
impl Clone for PositioningContextLength
source§fn clone(&self) -> PositioningContextLength
fn clone(&self) -> PositioningContextLength
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PositioningContextLength
impl Debug for PositioningContextLength
source§impl PartialEq for PositioningContextLength
impl PartialEq for PositioningContextLength
source§fn eq(&self, other: &PositioningContextLength) -> bool
fn eq(&self, other: &PositioningContextLength) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Zero for PositioningContextLength
impl Zero for PositioningContextLength
impl Copy for PositioningContextLength
impl StructuralPartialEq for PositioningContextLength
Auto Trait Implementations§
impl Freeze for PositioningContextLength
impl RefUnwindSafe for PositioningContextLength
impl Send for PositioningContextLength
impl Sync for PositioningContextLength
impl Unpin for PositioningContextLength
impl UnwindSafe for PositioningContextLength
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