#[repr(C)]pub struct FMOD_DSP_PARAMETER_FFT {
pub length: c_int,
pub numchannels: c_int,
pub spectrum: [*mut f32; 32],
}Fields§
§length: c_int§numchannels: c_int§spectrum: [*mut f32; 32]Trait Implementations§
Source§impl Clone for FMOD_DSP_PARAMETER_FFT
impl Clone for FMOD_DSP_PARAMETER_FFT
Source§fn clone(&self) -> FMOD_DSP_PARAMETER_FFT
fn clone(&self) -> FMOD_DSP_PARAMETER_FFT
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_PARAMETER_FFT
Auto Trait Implementations§
impl Freeze for FMOD_DSP_PARAMETER_FFT
impl RefUnwindSafe for FMOD_DSP_PARAMETER_FFT
impl !Send for FMOD_DSP_PARAMETER_FFT
impl !Sync for FMOD_DSP_PARAMETER_FFT
impl Unpin for FMOD_DSP_PARAMETER_FFT
impl UnwindSafe for FMOD_DSP_PARAMETER_FFT
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