Struct DenoiseDiagnostics
#[non_exhaustive]pub struct DenoiseDiagnostics {
pub noise_sigma: f64,
pub level_thresholds: Vec<f64>,
pub approximation_threshold: Option<f64>,
pub levels_used: usize,
pub signal_len: usize,
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
noise_sigma: f64§level_thresholds: Vec<f64>§approximation_threshold: Option<f64>§levels_used: usize§signal_len: usizeTrait Implementations§
§impl Clone for DenoiseDiagnostics
impl Clone for DenoiseDiagnostics
§fn clone(&self) -> DenoiseDiagnostics
fn clone(&self) -> DenoiseDiagnostics
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Auto Trait Implementations§
impl Freeze for DenoiseDiagnostics
impl RefUnwindSafe for DenoiseDiagnostics
impl Send for DenoiseDiagnostics
impl Sync for DenoiseDiagnostics
impl Unpin for DenoiseDiagnostics
impl UnwindSafe for DenoiseDiagnostics
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)