Struct easing_function::easings::NonStandardEasing
source · pub struct NonStandardEasing(pub EasingFunction);
Expand description
An error returned from StandardEasing::try_from
indicating the
EasingFunction
is not a standard easing function.
Tuple Fields§
§0: EasingFunction
Trait Implementations§
source§impl Clone for NonStandardEasing
impl Clone for NonStandardEasing
source§fn clone(&self) -> NonStandardEasing
fn clone(&self) -> NonStandardEasing
Returns a copy 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 NonStandardEasing
impl Debug for NonStandardEasing
source§impl PartialEq for NonStandardEasing
impl PartialEq for NonStandardEasing
impl StructuralPartialEq for NonStandardEasing
Auto Trait Implementations§
impl Freeze for NonStandardEasing
impl !RefUnwindSafe for NonStandardEasing
impl Send for NonStandardEasing
impl Sync for NonStandardEasing
impl Unpin for NonStandardEasing
impl !UnwindSafe for NonStandardEasing
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)