#[repr(u32)]pub enum AnimatedValueInterpolation {
Constant = 0,
Linear = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AnimatedValueInterpolation
impl Clone for AnimatedValueInterpolation
Source§fn clone(&self) -> AnimatedValueInterpolation
fn clone(&self) -> AnimatedValueInterpolation
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 AnimatedValueInterpolation
impl Debug for AnimatedValueInterpolation
Source§impl PartialEq for AnimatedValueInterpolation
impl PartialEq for AnimatedValueInterpolation
Source§fn eq(&self, other: &AnimatedValueInterpolation) -> bool
fn eq(&self, other: &AnimatedValueInterpolation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for AnimatedValueInterpolation
impl Eq for AnimatedValueInterpolation
impl StructuralPartialEq for AnimatedValueInterpolation
Auto Trait Implementations§
impl Freeze for AnimatedValueInterpolation
impl RefUnwindSafe for AnimatedValueInterpolation
impl Send for AnimatedValueInterpolation
impl Sync for AnimatedValueInterpolation
impl Unpin for AnimatedValueInterpolation
impl UnsafeUnpin for AnimatedValueInterpolation
impl UnwindSafe for AnimatedValueInterpolation
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