Struct CwtPeriodCoherence
#[non_exhaustive]pub struct CwtPeriodCoherence {
pub period: f64,
pub mean_coherence: f64,
pub mean_phase_radians: f64,
pub coherence_above_threshold_pct: f64,
pub lead_lag_periods: Option<f64>,
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
period: f64§mean_coherence: f64§mean_phase_radians: f64§coherence_above_threshold_pct: f64§lead_lag_periods: Option<f64>Implementations§
§impl CwtPeriodCoherence
impl CwtPeriodCoherence
Trait Implementations§
§impl Clone for CwtPeriodCoherence
impl Clone for CwtPeriodCoherence
§fn clone(&self) -> CwtPeriodCoherence
fn clone(&self) -> CwtPeriodCoherence
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl PartialEq for CwtPeriodCoherence
impl PartialEq for CwtPeriodCoherence
impl StructuralPartialEq for CwtPeriodCoherence
Auto Trait Implementations§
impl Freeze for CwtPeriodCoherence
impl RefUnwindSafe for CwtPeriodCoherence
impl Send for CwtPeriodCoherence
impl Sync for CwtPeriodCoherence
impl Unpin for CwtPeriodCoherence
impl UnwindSafe for CwtPeriodCoherence
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)