pub struct FFTSError;
Expand description
For when the underlying ffts C library returns nullptrs
Trait Implementations§
Source§impl Error for FFTSError
impl Error for FFTSError
Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§fn cause(&self) -> Option<&dyn Error>
fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
Auto Trait Implementations§
impl Freeze for FFTSError
impl RefUnwindSafe for FFTSError
impl Send for FFTSError
impl Sync for FFTSError
impl Unpin for FFTSError
impl UnwindSafe for FFTSError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more