Enum StreamingCWTError
pub enum StreamingCWTError {
InvalidSampleRate(f64),
InvalidOmega0(f64),
InvalidScale {
index: usize,
value: f64,
},
EmptyScales,
InvalidSample(f64),
CounterExhausted,
InvalidOutputLength {
expected: usize,
actual: usize,
},
UnrepresentableConfiguration,
NumericalFailure,
}Variants§
InvalidSampleRate(f64)
InvalidOmega0(f64)
InvalidScale
EmptyScales
InvalidSample(f64)
CounterExhausted
InvalidOutputLength
UnrepresentableConfiguration
NumericalFailure
Trait Implementations§
§impl Clone for StreamingCWTError
impl Clone for StreamingCWTError
§fn clone(&self) -> StreamingCWTError
fn clone(&self) -> StreamingCWTError
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl Error for StreamingCWTError
impl Error for StreamingCWTError
§impl PartialEq for StreamingCWTError
impl PartialEq for StreamingCWTError
impl StructuralPartialEq for StreamingCWTError
Auto Trait Implementations§
impl Freeze for StreamingCWTError
impl RefUnwindSafe for StreamingCWTError
impl Send for StreamingCWTError
impl Sync for StreamingCWTError
impl Unpin for StreamingCWTError
impl UnwindSafe for StreamingCWTError
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)