pub struct InOutElastic;Expand description
§The InOutElastic Easing Function.
§examples.
use eazy::Curve;
use eazy::standard::elastic::InOutElastic;
let p = InOutElastic.y(0.5345);Trait Implementations§
Source§impl Curve for InOutElastic
impl Curve for InOutElastic
Auto Trait Implementations§
impl Freeze for InOutElastic
impl RefUnwindSafe for InOutElastic
impl Send for InOutElastic
impl Sync for InOutElastic
impl Unpin for InOutElastic
impl UnwindSafe for InOutElastic
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