Struct StreamingDenoiseConfig
pub struct StreamingDenoiseConfig<T: SignalType> {
pub method: ThresholdMethod,
pub rule: ThresholdRule,
pub manual_thresholds: Option<Vec<T>>,
pub noise_variance: Option<T>,
pub adaptation_rate: f64,
pub min_threshold: T,
}Fields§
§method: ThresholdMethod§rule: ThresholdRule§manual_thresholds: Option<Vec<T>>§noise_variance: Option<T>§adaptation_rate: f64§min_threshold: TTrait Implementations§
§impl<T: Clone + SignalType> Clone for StreamingDenoiseConfig<T>
impl<T: Clone + SignalType> Clone for StreamingDenoiseConfig<T>
§fn clone(&self) -> StreamingDenoiseConfig<T>
fn clone(&self) -> StreamingDenoiseConfig<T>
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl<T: Debug + SignalType> Debug for StreamingDenoiseConfig<T>
impl<T: Debug + SignalType> Debug for StreamingDenoiseConfig<T>
§impl<T: SignalType> Default for StreamingDenoiseConfig<T>
impl<T: SignalType> Default for StreamingDenoiseConfig<T>
Auto Trait Implementations§
impl<T> Freeze for StreamingDenoiseConfig<T>where
T: Freeze,
impl<T> RefUnwindSafe for StreamingDenoiseConfig<T>where
T: RefUnwindSafe,
impl<T> Send for StreamingDenoiseConfig<T>
impl<T> Sync for StreamingDenoiseConfig<T>
impl<T> Unpin for StreamingDenoiseConfig<T>where
T: Unpin,
impl<T> UnwindSafe for StreamingDenoiseConfig<T>where
T: UnwindSafe,
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)