pub enum DspFft {
WindowSize,
WindowType,
SpectrumData,
DominantFreq,
}Variants§
Implementations§
Trait Implementations§
Source§impl From<DspFft> for FMOD_DSP_FFT
impl From<DspFft> for FMOD_DSP_FFT
Source§fn from(value: DspFft) -> FMOD_DSP_FFT
fn from(value: DspFft) -> FMOD_DSP_FFT
Converts to this type from the input type.
impl Copy for DspFft
impl StructuralPartialEq for DspFft
Auto Trait Implementations§
impl Freeze for DspFft
impl RefUnwindSafe for DspFft
impl Send for DspFft
impl Sync for DspFft
impl Unpin for DspFft
impl UnwindSafe for DspFft
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