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