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