pub trait MergeMertensTraitConst: MergeExposuresTraitConst {
// Required method
fn as_raw_MergeMertens(&self) -> *const c_void;
// Provided methods
fn get_contrast_weight(&self) -> Result<f32> { ... }
fn get_saturation_weight(&self) -> Result<f32> { ... }
fn get_exposure_weight(&self) -> Result<f32> { ... }
}Expand description
Constant methods for crate::photo::MergeMertens
Required Methods§
fn as_raw_MergeMertens(&self) -> *const c_void
Provided Methods§
fn get_contrast_weight(&self) -> Result<f32>
fn get_saturation_weight(&self) -> Result<f32>
fn get_exposure_weight(&self) -> Result<f32>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.