Struct DenoiseConfig
pub struct DenoiseConfig {
pub method: ThresholdMethod,
pub rule: ThresholdRule,
pub levels: Option<usize>,
pub threshold_approximation: bool,
pub estimate_noise: bool,
pub boundary: BoundaryMode,
}Fields§
§method: ThresholdMethod§rule: ThresholdRule§levels: Option<usize>§threshold_approximation: bool§estimate_noise: bool§boundary: BoundaryModeTrait Implementations§
§impl Clone for DenoiseConfig
impl Clone for DenoiseConfig
§fn clone(&self) -> DenoiseConfig
fn clone(&self) -> DenoiseConfig
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl Default for DenoiseConfig
impl Default for DenoiseConfig
Auto Trait Implementations§
impl Freeze for DenoiseConfig
impl RefUnwindSafe for DenoiseConfig
impl Send for DenoiseConfig
impl Sync for DenoiseConfig
impl Unpin for DenoiseConfig
impl UnwindSafe for DenoiseConfig
Blanket Implementations§
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)