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