pub enum AnimatableProperty {
}Variants§
Opacity
X
Y
Width
Height
CornerRadius
TopLeftRadius
TopRightRadius
BottomLeftRadius
BottomRightRadius
FillSolid(usize)
FillGradient(usize)
StrokeSolid(usize)
StrokeGradient(usize)
StrokeWeight
ArcData
Rotation
Other(String)
Trait Implementations§
Source§impl Clone for AnimatableProperty
impl Clone for AnimatableProperty
Source§fn clone(&self) -> AnimatableProperty
fn clone(&self) -> AnimatableProperty
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AnimatableProperty
impl Debug for AnimatableProperty
Source§impl FromStr for AnimatableProperty
impl FromStr for AnimatableProperty
Source§impl Hash for AnimatableProperty
impl Hash for AnimatableProperty
Source§impl PartialEq for AnimatableProperty
impl PartialEq for AnimatableProperty
Source§fn eq(&self, other: &AnimatableProperty) -> bool
fn eq(&self, other: &AnimatableProperty) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for AnimatableProperty
impl StructuralPartialEq for AnimatableProperty
Auto Trait Implementations§
impl Freeze for AnimatableProperty
impl RefUnwindSafe for AnimatableProperty
impl Send for AnimatableProperty
impl Sync for AnimatableProperty
impl Unpin for AnimatableProperty
impl UnsafeUnpin for AnimatableProperty
impl UnwindSafe for AnimatableProperty
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