pub enum DspFftWindow {
Rect,
Triangle,
Hamming,
Hanning,
BlackMan,
BlackManHarris,
}Variants§
Implementations§
Source§impl DspFftWindow
impl DspFftWindow
pub fn from(value: FMOD_DSP_FFT_WINDOW) -> Result<DspFftWindow, Error>
Trait Implementations§
Source§impl Clone for DspFftWindow
impl Clone for DspFftWindow
Source§fn clone(&self) -> DspFftWindow
fn clone(&self) -> DspFftWindow
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DspFftWindow
impl Debug for DspFftWindow
Source§impl From<DspFftWindow> for FMOD_DSP_FFT_WINDOW
impl From<DspFftWindow> for FMOD_DSP_FFT_WINDOW
Source§fn from(value: DspFftWindow) -> FMOD_DSP_FFT_WINDOW
fn from(value: DspFftWindow) -> FMOD_DSP_FFT_WINDOW
Converts to this type from the input type.
Source§impl PartialEq for DspFftWindow
impl PartialEq for DspFftWindow
impl Copy for DspFftWindow
impl StructuralPartialEq for DspFftWindow
Auto Trait Implementations§
impl Freeze for DspFftWindow
impl RefUnwindSafe for DspFftWindow
impl Send for DspFftWindow
impl Sync for DspFftWindow
impl Unpin for DspFftWindow
impl UnwindSafe for DspFftWindow
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