Struct StreamingMODWTResult
pub struct StreamingMODWTResult<T: SignalType> {
pub wavelets: Vec<T>,
pub scaling: T,
pub tick_count: u64,
}Fields§
§wavelets: Vec<T>§scaling: T§tick_count: u64Trait Implementations§
§impl<T: Clone + SignalType> Clone for StreamingMODWTResult<T>
impl<T: Clone + SignalType> Clone for StreamingMODWTResult<T>
§fn clone(&self) -> StreamingMODWTResult<T>
fn clone(&self) -> StreamingMODWTResult<T>
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl<T: Debug + SignalType> Debug for StreamingMODWTResult<T>
impl<T: Debug + SignalType> Debug for StreamingMODWTResult<T>
Auto Trait Implementations§
impl<T> Freeze for StreamingMODWTResult<T>where
T: Freeze,
impl<T> RefUnwindSafe for StreamingMODWTResult<T>where
T: RefUnwindSafe,
impl<T> Send for StreamingMODWTResult<T>
impl<T> Sync for StreamingMODWTResult<T>
impl<T> Unpin for StreamingMODWTResult<T>where
T: Unpin,
impl<T> UnwindSafe for StreamingMODWTResult<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)