pub struct GlobalbalanceOptions {
pub gamma: f64,
pub int_output: bool,
}
Expand description
Options for globalbalance operation
Fields§
§gamma: f64
gamma: f64
-> Image gamma
min: 0.00001, max: 10, default: 1.6
int_output: bool
int_output: bool
-> Integer output
default: false
Trait Implementations§
Source§impl Clone for GlobalbalanceOptions
impl Clone for GlobalbalanceOptions
Source§fn clone(&self) -> GlobalbalanceOptions
fn clone(&self) -> GlobalbalanceOptions
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 GlobalbalanceOptions
impl Debug for GlobalbalanceOptions
Auto Trait Implementations§
impl Freeze for GlobalbalanceOptions
impl RefUnwindSafe for GlobalbalanceOptions
impl Send for GlobalbalanceOptions
impl Sync for GlobalbalanceOptions
impl Unpin for GlobalbalanceOptions
impl UnwindSafe for GlobalbalanceOptions
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