pub enum TimelineKeyInterpolation {
Linear,
Hold,
}Expand description
TS TimelineKeyInterpolation.
Variants§
Trait Implementations§
Source§impl Clone for TimelineKeyInterpolation
impl Clone for TimelineKeyInterpolation
Source§fn clone(&self) -> TimelineKeyInterpolation
fn clone(&self) -> TimelineKeyInterpolation
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 moreimpl Copy for TimelineKeyInterpolation
Source§impl Debug for TimelineKeyInterpolation
impl Debug for TimelineKeyInterpolation
impl Eq for TimelineKeyInterpolation
Source§impl PartialEq for TimelineKeyInterpolation
impl PartialEq for TimelineKeyInterpolation
Source§fn eq(&self, other: &TimelineKeyInterpolation) -> bool
fn eq(&self, other: &TimelineKeyInterpolation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TimelineKeyInterpolation
Auto Trait Implementations§
impl Freeze for TimelineKeyInterpolation
impl RefUnwindSafe for TimelineKeyInterpolation
impl Send for TimelineKeyInterpolation
impl Sync for TimelineKeyInterpolation
impl Unpin for TimelineKeyInterpolation
impl UnsafeUnpin for TimelineKeyInterpolation
impl UnwindSafe for TimelineKeyInterpolation
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