pub struct RampValue<F: Flt> { /* private fields */ }
Expand description
A ramped value changer, with a configurable time to reach the target value.
Implementations
Trait Implementations
impl<F: Copy + Flt> Copy for RampValue<F>
Auto Trait Implementations
impl<F> RefUnwindSafe for RampValue<F>where
F: RefUnwindSafe,
impl<F> Send for RampValue<F>where
F: Send,
impl<F> Sync for RampValue<F>where
F: Sync,
impl<F> Unpin for RampValue<F>where
F: Unpin,
impl<F> UnwindSafe for RampValue<F>where
F: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more