pub enum CubicInterpolationMode {
Default,
Monotone,
}
Variants§
Trait Implementations§
Source§impl Clone for CubicInterpolationMode
impl Clone for CubicInterpolationMode
Source§fn clone(&self) -> CubicInterpolationMode
fn clone(&self) -> CubicInterpolationMode
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 CubicInterpolationMode
impl Debug for CubicInterpolationMode
Auto Trait Implementations§
impl Freeze for CubicInterpolationMode
impl RefUnwindSafe for CubicInterpolationMode
impl Send for CubicInterpolationMode
impl Sync for CubicInterpolationMode
impl Unpin for CubicInterpolationMode
impl UnwindSafe for CubicInterpolationMode
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