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 RefUnwindSafe for FftProcessorOptions
impl Send for FftProcessorOptions
impl Sync for FftProcessorOptions
impl Unpin for FftProcessorOptions
impl UnwindSafe for FftProcessorOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more