pub struct DefaultEngine(/* private fields */);
Expand description
Engine
that at runtime selects the best Engine.
Implementations§
Source§impl DefaultEngine
impl DefaultEngine
Trait Implementations§
Source§impl Default for DefaultEngine
impl Default for DefaultEngine
Source§impl Engine for DefaultEngine
impl Engine for DefaultEngine
Source§fn fft(
&self,
data: &mut ShardsRefMut<'_>,
pos: usize,
size: usize,
truncated_size: usize,
skew_delta: usize,
)
fn fft( &self, data: &mut ShardsRefMut<'_>, pos: usize, size: usize, truncated_size: usize, skew_delta: usize, )
In-place decimation-in-time FFT (fast Fourier transform). Read more
Auto Trait Implementations§
impl Freeze for DefaultEngine
impl !RefUnwindSafe for DefaultEngine
impl Send for DefaultEngine
impl Sync for DefaultEngine
impl Unpin for DefaultEngine
impl !UnwindSafe for DefaultEngine
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