Struct easing_function::easings::EaseInExponential
source · pub struct EaseInExponential;
Expand description
An Easing
function that eases
in using an expenential curve
See https://easings.net/#easeInExpo for a visualization and more information.
Implementations§
source§impl EaseInExponential
impl EaseInExponential
sourcepub fn ease(progress: f32) -> f32
pub fn ease(progress: f32) -> f32
Eases in using an expenential curve
See https://easings.net/#easeInExpo for a visualization and more information.
Trait Implementations§
source§impl Clone for EaseInExponential
impl Clone for EaseInExponential
source§fn clone(&self) -> EaseInExponential
fn clone(&self) -> EaseInExponential
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 EaseInExponential
impl Debug for EaseInExponential
source§impl Easing for EaseInExponential
impl Easing for EaseInExponential
source§impl From<EaseInExponential> for EasingFunction
impl From<EaseInExponential> for EasingFunction
source§fn from(_function: EaseInExponential) -> Self
fn from(_function: EaseInExponential) -> Self
Converts to this type from the input type.
impl Copy for EaseInExponential
Auto Trait Implementations§
impl Freeze for EaseInExponential
impl RefUnwindSafe for EaseInExponential
impl Send for EaseInExponential
impl Sync for EaseInExponential
impl Unpin for EaseInExponential
impl UnwindSafe for EaseInExponential
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
)