pub struct SlewValue<F: Flt> { /* private fields */ }
Expand description
A slew rate limiter, with a configurable time per 1.0 increase.
Implementations
Trait Implementations
impl<F: Copy + Flt> Copy for SlewValue<F>
Auto Trait Implementations
impl<F> RefUnwindSafe for SlewValue<F>where
F: RefUnwindSafe,
impl<F> Send for SlewValue<F>where
F: Send,
impl<F> Sync for SlewValue<F>where
F: Sync,
impl<F> Unpin for SlewValue<F>where
F: Unpin,
impl<F> UnwindSafe for SlewValue<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