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