pub struct GammaOptions {
pub exponent: f64,
}
Expand description
Options for gamma operation
Fields§
§exponent: f64
exponent: f64
-> Gamma factor
min: 0.000001, max: 1000, default: 2.4
Trait Implementations§
Source§impl Clone for GammaOptions
impl Clone for GammaOptions
Source§fn clone(&self) -> GammaOptions
fn clone(&self) -> GammaOptions
Returns a copy 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 GammaOptions
impl Debug for GammaOptions
Auto Trait Implementations§
impl Freeze for GammaOptions
impl RefUnwindSafe for GammaOptions
impl Send for GammaOptions
impl Sync for GammaOptions
impl Unpin for GammaOptions
impl UnwindSafe for GammaOptions
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