Struct style::properties_and_values::value::CustomAnimatedValue
source · pub struct CustomAnimatedValue {
pub(crate) name: Name,
value: ComputedValue,
}
Expand description
An animated value for custom property.
Fields§
§name: Name
The name of the custom property.
value: ComputedValue
The computed value of the custom property.
Implementations§
source§impl CustomAnimatedValue
impl CustomAnimatedValue
pub(crate) fn from_computed(name: &Name, value: &ComputedValue) -> Self
pub(crate) fn from_declaration( declaration: &CustomDeclaration, context: &mut Context<'_>, _initial: &ComputedValues, ) -> Option<Self>
pub(crate) fn to_declaration(&self) -> PropertyDeclaration
Trait Implementations§
source§impl Animate for CustomAnimatedValue
impl Animate for CustomAnimatedValue
source§impl Clone for CustomAnimatedValue
impl Clone for CustomAnimatedValue
source§fn clone(&self) -> CustomAnimatedValue
fn clone(&self) -> CustomAnimatedValue
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 CustomAnimatedValue
impl Debug for CustomAnimatedValue
source§impl MallocSizeOf for CustomAnimatedValue
impl MallocSizeOf for CustomAnimatedValue
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 PartialEq for CustomAnimatedValue
impl PartialEq for CustomAnimatedValue
source§fn eq(&self, other: &CustomAnimatedValue) -> bool
fn eq(&self, other: &CustomAnimatedValue) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CustomAnimatedValue
Auto Trait Implementations§
impl Freeze for CustomAnimatedValue
impl RefUnwindSafe for CustomAnimatedValue
impl Send for CustomAnimatedValue
impl Sync for CustomAnimatedValue
impl Unpin for CustomAnimatedValue
impl UnwindSafe for CustomAnimatedValue
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> 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