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