#[repr(C)]pub enum GenericFlexBasis<S> {
    Content,
    Size(S),
}Expand description
A generic value for the flex-basis property.
Variants§
Implementations§
Source§impl GenericFlexBasis<GenericSize<NonNegative<LengthPercentage>>>
 
impl GenericFlexBasis<GenericSize<NonNegative<LengthPercentage>>>
Sourcepub fn zero_percent() -> Self
 
pub fn zero_percent() -> Self
0%
Trait Implementations§
Source§impl<S> Animate for GenericFlexBasis<S>where
    S: Animate,
 
impl<S> Animate for GenericFlexBasis<S>where
    S: Animate,
Source§impl<S: Clone> Clone for GenericFlexBasis<S>
 
impl<S: Clone> Clone for GenericFlexBasis<S>
Source§fn clone(&self) -> GenericFlexBasis<S>
 
fn clone(&self) -> GenericFlexBasis<S>
Returns a duplicate 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<S> ComputeSquaredDistance for GenericFlexBasis<S>where
    S: ComputeSquaredDistance,
 
impl<S> ComputeSquaredDistance for GenericFlexBasis<S>where
    S: ComputeSquaredDistance,
Source§fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()>
 
fn compute_squared_distance(&self, other: &Self) -> Result<SquaredDistance, ()>
Computes the squared distance between two animatable values.
Source§impl<S: Debug> Debug for GenericFlexBasis<S>
 
impl<S: Debug> Debug for GenericFlexBasis<S>
Source§impl<S> MallocSizeOf for GenericFlexBasis<S>where
    S: MallocSizeOf,
 
impl<S> MallocSizeOf for GenericFlexBasis<S>where
    S: 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<S> Parse for GenericFlexBasis<S>where
    S: Parse,
 
impl<S> Parse for GenericFlexBasis<S>where
    S: Parse,
Source§fn parse<'i, 't>(
    context: &ParserContext<'_>,
    input: &mut Parser<'i, 't>,
) -> Result<Self, ParseError<'i>>
 
fn parse<'i, 't>( context: &ParserContext<'_>, input: &mut Parser<'i, 't>, ) -> Result<Self, ParseError<'i>>
Parse a value of this type. Read more
Source§impl<S: PartialEq> PartialEq for GenericFlexBasis<S>
 
impl<S: PartialEq> PartialEq for GenericFlexBasis<S>
Source§impl<S> SpecifiedValueInfo for GenericFlexBasis<S>where
    S: SpecifiedValueInfo,
 
impl<S> SpecifiedValueInfo for GenericFlexBasis<S>where
    S: SpecifiedValueInfo,
Source§const SUPPORTED_TYPES: u8
 
const SUPPORTED_TYPES: u8
Supported CssTypes by the given value type. Read more
Source§impl<S> ToAnimatedValue for GenericFlexBasis<S>where
    S: ToAnimatedValue,
 
impl<S> ToAnimatedValue for GenericFlexBasis<S>where
    S: ToAnimatedValue,
Source§type AnimatedValue = GenericFlexBasis<<S as ToAnimatedValue>::AnimatedValue>
 
type AnimatedValue = GenericFlexBasis<<S as ToAnimatedValue>::AnimatedValue>
The type of the animated value.
Source§fn from_animated_value(from: Self::AnimatedValue) -> Self
 
fn from_animated_value(from: Self::AnimatedValue) -> Self
Converts back an animated value into a computed value.
Source§fn to_animated_value(self, context: &Context<'_>) -> Self::AnimatedValue
 
fn to_animated_value(self, context: &Context<'_>) -> Self::AnimatedValue
Converts this value to an animated value.
Source§impl<S> ToAnimatedZero for GenericFlexBasis<S>where
    S: ToAnimatedZero,
 
impl<S> ToAnimatedZero for GenericFlexBasis<S>where
    S: ToAnimatedZero,
Source§fn to_animated_zero(&self) -> Result<Self, ()>
 
fn to_animated_zero(&self) -> Result<Self, ()>
Returns a value that, when added with an underlying value, will produce the underlying
value. This is used for SMIL animation’s “by-animation” where SMIL first interpolates from
the zero value to the ‘by’ value, and then adds the result to the underlying value. Read more
Source§impl<S> ToComputedValue for GenericFlexBasis<S>where
    S: ToComputedValue,
 
impl<S> ToComputedValue for GenericFlexBasis<S>where
    S: ToComputedValue,
Source§type ComputedValue = GenericFlexBasis<<S as ToComputedValue>::ComputedValue>
 
type ComputedValue = GenericFlexBasis<<S as ToComputedValue>::ComputedValue>
The computed value type we’re going to be converted to.
Source§fn from_computed_value(from: &Self::ComputedValue) -> Self
 
fn from_computed_value(from: &Self::ComputedValue) -> Self
Convert a computed value to specified value form. Read more
Source§fn to_computed_value(&self, context: &Context<'_>) -> Self::ComputedValue
 
fn to_computed_value(&self, context: &Context<'_>) -> Self::ComputedValue
Convert a specified value to a computed value, using itself and the data
inside the 
Context.Source§impl<S> ToCss for GenericFlexBasis<S>where
    S: ToCss,
 
impl<S> ToCss for GenericFlexBasis<S>where
    S: ToCss,
Source§fn to_css<W>(&self, dest: &mut CssWriter<'_, W>) -> Resultwhere
    W: Write,
 
fn to_css<W>(&self, dest: &mut CssWriter<'_, W>) -> Resultwhere
    W: Write,
Serialize 
self in CSS syntax, writing to dest.Source§fn to_css_string(&self) -> String
 
fn to_css_string(&self) -> String
Serialize 
self in CSS syntax and return a string. Read moreSource§fn to_css_cssstring(&self) -> String
 
fn to_css_cssstring(&self) -> String
Serialize 
self in CSS syntax and return a CssString. Read moreSource§impl<S> ToResolvedValue for GenericFlexBasis<S>where
    S: ToResolvedValue,
 
impl<S> ToResolvedValue for GenericFlexBasis<S>where
    S: ToResolvedValue,
Source§type ResolvedValue = GenericFlexBasis<<S as ToResolvedValue>::ResolvedValue>
 
type ResolvedValue = GenericFlexBasis<<S as ToResolvedValue>::ResolvedValue>
The resolved value type we’re going to be converted to.
Source§fn from_resolved_value(from: Self::ResolvedValue) -> Self
 
fn from_resolved_value(from: Self::ResolvedValue) -> Self
Convert a resolved value to resolved value form.
Source§fn to_resolved_value(self, context: &Context<'_>) -> Self::ResolvedValue
 
fn to_resolved_value(self, context: &Context<'_>) -> Self::ResolvedValue
Convert a resolved value to a resolved value.
Source§impl<S> ToShmem for GenericFlexBasis<S>where
    S: ToShmem,
 
impl<S> ToShmem for GenericFlexBasis<S>where
    S: ToShmem,
Source§impl<S> ToTyped for GenericFlexBasis<S>
 
impl<S> ToTyped for GenericFlexBasis<S>
Source§fn to_typed(&self) -> Option<TypedValue>
 
fn to_typed(&self) -> Option<TypedValue>
impl<S: Copy> Copy for GenericFlexBasis<S>
impl<S> StructuralPartialEq for GenericFlexBasis<S>
Auto Trait Implementations§
impl<S> Freeze for GenericFlexBasis<S>where
    S: Freeze,
impl<S> RefUnwindSafe for GenericFlexBasis<S>where
    S: RefUnwindSafe,
impl<S> Send for GenericFlexBasis<S>where
    S: Send,
impl<S> Sync for GenericFlexBasis<S>where
    S: Sync,
impl<S> Unpin for GenericFlexBasis<S>where
    S: Unpin,
impl<S> UnwindSafe for GenericFlexBasis<S>where
    S: UnwindSafe,
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§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