pub struct FftProcessorOptions {
pub size: usize,
pub direction: FftDirection,
pub overlap_ratio: f32,
pub window_function: WindowFunctionType,
}
Fields§
§size: usize
§direction: FftDirection
§overlap_ratio: f32
§window_function: WindowFunctionType
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FftProcessorOptions
impl RefUnwindSafe for FftProcessorOptions
impl Send for FftProcessorOptions
impl Sync for FftProcessorOptions
impl Unpin for FftProcessorOptions
impl UnwindSafe for FftProcessorOptions
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