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