Struct fastiron_stats::structures::processed::CorrelationResults
source · pub struct CorrelationResults {
pub corr_data: [f64; 44],
}
Expand description
Structure used to hold correlation study results.
Fields§
§corr_data: [f64; 44]
Raw data.
Implementations§
Trait Implementations§
source§impl From<TalliesReport> for CorrelationResults
impl From<TalliesReport> for CorrelationResults
Custom From
implementation used to process the raw data at initialization.
source§fn from(report: TalliesReport) -> Self
fn from(report: TalliesReport) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CorrelationResults
impl RefUnwindSafe for CorrelationResults
impl Send for CorrelationResults
impl Sync for CorrelationResults
impl Unpin for CorrelationResults
impl UnwindSafe for CorrelationResults
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more