#[repr(C)]pub struct FMOD_DSP_STATE_DFT_FUNCTIONS {
pub fftreal: FMOD_DSP_DFT_FFTREAL_FUNC,
pub inversefftreal: FMOD_DSP_DFT_IFFTREAL_FUNC,
}Fields§
§fftreal: FMOD_DSP_DFT_FFTREAL_FUNC§inversefftreal: FMOD_DSP_DFT_IFFTREAL_FUNCTrait Implementations§
Source§impl Clone for FMOD_DSP_STATE_DFT_FUNCTIONS
impl Clone for FMOD_DSP_STATE_DFT_FUNCTIONS
Source§fn clone(&self) -> FMOD_DSP_STATE_DFT_FUNCTIONS
fn clone(&self) -> FMOD_DSP_STATE_DFT_FUNCTIONS
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 moreimpl Copy for FMOD_DSP_STATE_DFT_FUNCTIONS
Auto Trait Implementations§
impl Freeze for FMOD_DSP_STATE_DFT_FUNCTIONS
impl RefUnwindSafe for FMOD_DSP_STATE_DFT_FUNCTIONS
impl Send for FMOD_DSP_STATE_DFT_FUNCTIONS
impl Sync for FMOD_DSP_STATE_DFT_FUNCTIONS
impl Unpin for FMOD_DSP_STATE_DFT_FUNCTIONS
impl UnwindSafe for FMOD_DSP_STATE_DFT_FUNCTIONS
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