pub struct StateDftFunctions {
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_FUNCAuto Trait Implementations§
impl Freeze for StateDftFunctions
impl RefUnwindSafe for StateDftFunctions
impl Send for StateDftFunctions
impl Sync for StateDftFunctions
impl Unpin for StateDftFunctions
impl UnwindSafe for StateDftFunctions
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