Enum layout_2020::taffy::stylo_taffy::convert::stylo::TrackListValue
source · #[repr(C, u8)]pub(crate) enum TrackListValue<LengthPercentage, Integer> {
TrackSize(GenericTrackSize<LengthPercentage>),
TrackRepeat(GenericTrackRepeat<LengthPercentage, Integer>),
}
Expand description
Track list values. Can be
Variants§
TrackSize(GenericTrackSize<LengthPercentage>)
A
TrackRepeat(GenericTrackRepeat<LengthPercentage, Integer>)
A
Implementations§
source§impl<L, I> GenericTrackListValue<L, I>
impl<L, I> GenericTrackListValue<L, I>
sourcepub fn is_initial(&self) -> bool
pub fn is_initial(&self) -> bool
Returns true if self
is the initial value.
Trait Implementations§
source§impl<LengthPercentage, Integer> Animate for GenericTrackListValue<LengthPercentage, Integer>where
LengthPercentage: Animate,
Integer: Animate,
GenericTrackSize<LengthPercentage>: Animate,
GenericTrackRepeat<LengthPercentage, Integer>: Animate,
impl<LengthPercentage, Integer> Animate for GenericTrackListValue<LengthPercentage, Integer>where
LengthPercentage: Animate,
Integer: Animate,
GenericTrackSize<LengthPercentage>: Animate,
GenericTrackRepeat<LengthPercentage, Integer>: Animate,
source§fn animate(
&self,
other: &GenericTrackListValue<LengthPercentage, Integer>,
procedure: Procedure,
) -> Result<GenericTrackListValue<LengthPercentage, Integer>, ()>
fn animate( &self, other: &GenericTrackListValue<LengthPercentage, Integer>, procedure: Procedure, ) -> Result<GenericTrackListValue<LengthPercentage, Integer>, ()>
Animate a value towards another one, given an animation procedure.
source§impl<LengthPercentage, Integer> Clone for GenericTrackListValue<LengthPercentage, Integer>
impl<LengthPercentage, Integer> Clone for GenericTrackListValue<LengthPercentage, Integer>
source§fn clone(&self) -> GenericTrackListValue<LengthPercentage, Integer>
fn clone(&self) -> GenericTrackListValue<LengthPercentage, Integer>
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<LengthPercentage, Integer> Debug for GenericTrackListValue<LengthPercentage, Integer>
impl<LengthPercentage, Integer> Debug for GenericTrackListValue<LengthPercentage, Integer>
source§impl<L, I> Default for GenericTrackListValue<L, I>
impl<L, I> Default for GenericTrackListValue<L, I>
source§fn default() -> GenericTrackListValue<L, I>
fn default() -> GenericTrackListValue<L, I>
Returns the “default value” for a type. Read more
source§impl<LengthPercentage, Integer> MallocSizeOf for GenericTrackListValue<LengthPercentage, Integer>where
LengthPercentage: MallocSizeOf,
Integer: MallocSizeOf,
impl<LengthPercentage, Integer> MallocSizeOf for GenericTrackListValue<LengthPercentage, Integer>where
LengthPercentage: MallocSizeOf,
Integer: MallocSizeOf,
source§fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
Measure the heap usage of all descendant heap-allocated structures, but
not the space taken up by the value itself.
source§impl<LengthPercentage, Integer> PartialEq for GenericTrackListValue<LengthPercentage, Integer>
impl<LengthPercentage, Integer> PartialEq for GenericTrackListValue<LengthPercentage, Integer>
source§fn eq(&self, other: &GenericTrackListValue<LengthPercentage, Integer>) -> bool
fn eq(&self, other: &GenericTrackListValue<LengthPercentage, Integer>) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.source§impl<LengthPercentage, Integer> SpecifiedValueInfo for GenericTrackListValue<LengthPercentage, Integer>where
LengthPercentage: SpecifiedValueInfo,
Integer: SpecifiedValueInfo,
impl<LengthPercentage, Integer> SpecifiedValueInfo for GenericTrackListValue<LengthPercentage, Integer>where
LengthPercentage: SpecifiedValueInfo,
Integer: SpecifiedValueInfo,
source§const SUPPORTED_TYPES: u8 = _
const SUPPORTED_TYPES: u8 = _
Supported CssTypes by the given value type. Read more
source§impl<LengthPercentage, Integer> ToAnimatedValue for GenericTrackListValue<LengthPercentage, Integer>where
LengthPercentage: ToAnimatedValue,
Integer: ToAnimatedValue,
impl<LengthPercentage, Integer> ToAnimatedValue for GenericTrackListValue<LengthPercentage, Integer>where
LengthPercentage: ToAnimatedValue,
Integer: ToAnimatedValue,
source§type AnimatedValue = GenericTrackListValue<<LengthPercentage as ToAnimatedValue>::AnimatedValue, <Integer as ToAnimatedValue>::AnimatedValue>
type AnimatedValue = GenericTrackListValue<<LengthPercentage as ToAnimatedValue>::AnimatedValue, <Integer as ToAnimatedValue>::AnimatedValue>
The type of the animated value.
source§fn from_animated_value(
from: <GenericTrackListValue<LengthPercentage, Integer> as ToAnimatedValue>::AnimatedValue,
) -> GenericTrackListValue<LengthPercentage, Integer>
fn from_animated_value( from: <GenericTrackListValue<LengthPercentage, Integer> as ToAnimatedValue>::AnimatedValue, ) -> GenericTrackListValue<LengthPercentage, Integer>
Converts back an animated value into a computed value.
source§fn to_animated_value(
self,
context: &Context<'_>,
) -> <GenericTrackListValue<LengthPercentage, Integer> as ToAnimatedValue>::AnimatedValue
fn to_animated_value( self, context: &Context<'_>, ) -> <GenericTrackListValue<LengthPercentage, Integer> as ToAnimatedValue>::AnimatedValue
Converts this value to an animated value.
source§impl<LengthPercentage, Integer> ToComputedValue for GenericTrackListValue<LengthPercentage, Integer>where
LengthPercentage: ToComputedValue,
Integer: ToComputedValue,
impl<LengthPercentage, Integer> ToComputedValue for GenericTrackListValue<LengthPercentage, Integer>where
LengthPercentage: ToComputedValue,
Integer: ToComputedValue,
source§type ComputedValue = GenericTrackListValue<<LengthPercentage as ToComputedValue>::ComputedValue, <Integer as ToComputedValue>::ComputedValue>
type ComputedValue = GenericTrackListValue<<LengthPercentage as ToComputedValue>::ComputedValue, <Integer as ToComputedValue>::ComputedValue>
The computed value type we’re going to be converted to.
source§fn from_computed_value(
from: &<GenericTrackListValue<LengthPercentage, Integer> as ToComputedValue>::ComputedValue,
) -> GenericTrackListValue<LengthPercentage, Integer>
fn from_computed_value( from: &<GenericTrackListValue<LengthPercentage, Integer> as ToComputedValue>::ComputedValue, ) -> GenericTrackListValue<LengthPercentage, Integer>
Convert a computed value to specified value form. Read more
source§fn to_computed_value(
&self,
context: &Context<'_>,
) -> <GenericTrackListValue<LengthPercentage, Integer> as ToComputedValue>::ComputedValue
fn to_computed_value( &self, context: &Context<'_>, ) -> <GenericTrackListValue<LengthPercentage, Integer> as ToComputedValue>::ComputedValue
Convert a specified value to a computed value, using itself and the data
inside the
Context
.source§impl<LengthPercentage, Integer> ToCss for GenericTrackListValue<LengthPercentage, Integer>
impl<LengthPercentage, Integer> ToCss for GenericTrackListValue<LengthPercentage, Integer>
source§impl<LengthPercentage, Integer> ToResolvedValue for GenericTrackListValue<LengthPercentage, Integer>where
LengthPercentage: ToResolvedValue,
Integer: ToResolvedValue,
impl<LengthPercentage, Integer> ToResolvedValue for GenericTrackListValue<LengthPercentage, Integer>where
LengthPercentage: ToResolvedValue,
Integer: ToResolvedValue,
source§type ResolvedValue = GenericTrackListValue<<LengthPercentage as ToResolvedValue>::ResolvedValue, <Integer as ToResolvedValue>::ResolvedValue>
type ResolvedValue = GenericTrackListValue<<LengthPercentage as ToResolvedValue>::ResolvedValue, <Integer as ToResolvedValue>::ResolvedValue>
The resolved value type we’re going to be converted to.
source§fn from_resolved_value(
from: <GenericTrackListValue<LengthPercentage, Integer> as ToResolvedValue>::ResolvedValue,
) -> GenericTrackListValue<LengthPercentage, Integer>
fn from_resolved_value( from: <GenericTrackListValue<LengthPercentage, Integer> as ToResolvedValue>::ResolvedValue, ) -> GenericTrackListValue<LengthPercentage, Integer>
Convert a resolved value to resolved value form.
source§fn to_resolved_value(
self,
context: &Context<'_>,
) -> <GenericTrackListValue<LengthPercentage, Integer> as ToResolvedValue>::ResolvedValue
fn to_resolved_value( self, context: &Context<'_>, ) -> <GenericTrackListValue<LengthPercentage, Integer> as ToResolvedValue>::ResolvedValue
Convert a resolved value to a resolved value.
source§impl<LengthPercentage, Integer> ToShmem for GenericTrackListValue<LengthPercentage, Integer>
impl<LengthPercentage, Integer> ToShmem for GenericTrackListValue<LengthPercentage, Integer>
source§fn to_shmem(
&self,
builder: &mut SharedMemoryBuilder,
) -> Result<ManuallyDrop<GenericTrackListValue<LengthPercentage, Integer>>, String>
fn to_shmem( &self, builder: &mut SharedMemoryBuilder, ) -> Result<ManuallyDrop<GenericTrackListValue<LengthPercentage, Integer>>, String>
Clones this value into a form suitable for writing into a
SharedMemoryBuilder. Read more
impl<LengthPercentage, Integer> StructuralPartialEq for GenericTrackListValue<LengthPercentage, Integer>
Auto Trait Implementations§
impl<LengthPercentage, Integer> Freeze for GenericTrackListValue<LengthPercentage, Integer>
impl<LengthPercentage, Integer> RefUnwindSafe for GenericTrackListValue<LengthPercentage, Integer>where
LengthPercentage: RefUnwindSafe,
Integer: RefUnwindSafe,
impl<LengthPercentage, Integer> Send for GenericTrackListValue<LengthPercentage, Integer>
impl<LengthPercentage, Integer> Sync for GenericTrackListValue<LengthPercentage, Integer>
impl<LengthPercentage, Integer> Unpin for GenericTrackListValue<LengthPercentage, Integer>
impl<LengthPercentage, Integer> UnwindSafe for GenericTrackListValue<LengthPercentage, Integer>
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)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
source§impl<T> Pointable for T
impl<T> Pointable for T
source§impl<R, P> ReadPrimitive<R> for P
impl<R, P> ReadPrimitive<R> for P
source§fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as
ReadEndian::read_from_little_endian()
.