pub struct GammaPower { /* private fields */ }Expand description
Power-law gamma correction: x^gamma.
Port of C++ gamma_power.
Implementations§
Trait Implementations§
Source§impl Clone for GammaPower
impl Clone for GammaPower
Source§fn clone(&self) -> GammaPower
fn clone(&self) -> GammaPower
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 GammaPower
impl Debug for GammaPower
Source§impl Default for GammaPower
impl Default for GammaPower
Source§impl GammaFunction for GammaPower
impl GammaFunction for GammaPower
impl Copy for GammaPower
Auto Trait Implementations§
impl Freeze for GammaPower
impl RefUnwindSafe for GammaPower
impl Send for GammaPower
impl Sync for GammaPower
impl Unpin for GammaPower
impl UnwindSafe for GammaPower
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