Struct StreamingCWTResult
pub struct StreamingCWTResult {
pub coefficients: Vec<Complex<f64>>,
pub sample_count: u64,
pub is_ready: bool,
}Fields§
§coefficients: Vec<Complex<f64>>§sample_count: u64§is_ready: boolTrait Implementations§
§impl Clone for StreamingCWTResult
impl Clone for StreamingCWTResult
§fn clone(&self) -> StreamingCWTResult
fn clone(&self) -> StreamingCWTResult
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Auto Trait Implementations§
impl Freeze for StreamingCWTResult
impl RefUnwindSafe for StreamingCWTResult
impl Send for StreamingCWTResult
impl Sync for StreamingCWTResult
impl Unpin for StreamingCWTResult
impl UnwindSafe for StreamingCWTResult
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)