pub struct GammaLinear { /* private fields */ }Expand description
Linear ramp gamma: 0 below start, 1 above end, linear between.
Port of C++ gamma_linear.
Implementations§
Trait Implementations§
Source§impl Clone for GammaLinear
impl Clone for GammaLinear
Source§fn clone(&self) -> GammaLinear
fn clone(&self) -> GammaLinear
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GammaLinear
impl Debug for GammaLinear
Source§impl Default for GammaLinear
impl Default for GammaLinear
Source§impl GammaFunction for GammaLinear
impl GammaFunction for GammaLinear
impl Copy for GammaLinear
Auto Trait Implementations§
impl Freeze for GammaLinear
impl RefUnwindSafe for GammaLinear
impl Send for GammaLinear
impl Sync for GammaLinear
impl Unpin for GammaLinear
impl UnwindSafe for GammaLinear
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