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