pub enum InkAnimInterpolatorType {
}Expand description
every kind of possible interpolation
Variants§
Color
Size
Scale
Translation
Transparency(Option<Fade>)
TextValueProgress
Effect
Anchor
Pivot
Shear
Rotation
Margin
Padding
TextReplace
TextOffset
Trait Implementations§
Source§impl Clone for InkAnimInterpolatorType
impl Clone for InkAnimInterpolatorType
Source§fn clone(&self) -> InkAnimInterpolatorType
fn clone(&self) -> InkAnimInterpolatorType
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 Debug for InkAnimInterpolatorType
impl Debug for InkAnimInterpolatorType
Source§impl PartialEq for InkAnimInterpolatorType
impl PartialEq for InkAnimInterpolatorType
impl Copy for InkAnimInterpolatorType
impl StructuralPartialEq for InkAnimInterpolatorType
Auto Trait Implementations§
impl Freeze for InkAnimInterpolatorType
impl RefUnwindSafe for InkAnimInterpolatorType
impl Send for InkAnimInterpolatorType
impl Sync for InkAnimInterpolatorType
impl Unpin for InkAnimInterpolatorType
impl UnwindSafe for InkAnimInterpolatorType
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