pub struct StateFunctions {
pub alloc: FMOD_DSP_ALLOC_FUNC,
pub realloc: FMOD_DSP_REALLOC_FUNC,
pub free: FMOD_DSP_FREE_FUNC,
pub getsamplerate: FMOD_DSP_GETSAMPLERATE_FUNC,
pub getblocksize: FMOD_DSP_GETBLOCKSIZE_FUNC,
pub dft: StateDftFunctions,
pub pan: StatePanFunctions,
pub getspeakermode: FMOD_DSP_GETSPEAKERMODE_FUNC,
pub getclock: FMOD_DSP_GETCLOCK_FUNC,
pub getlistenerattributes: FMOD_DSP_GETLISTENERATTRIBUTES_FUNC,
pub log: FMOD_DSP_LOG_FUNC,
pub getuserdata: FMOD_DSP_GETUSERDATA_FUNC,
}
Fields§
§alloc: FMOD_DSP_ALLOC_FUNC
§realloc: FMOD_DSP_REALLOC_FUNC
§free: FMOD_DSP_FREE_FUNC
§getsamplerate: FMOD_DSP_GETSAMPLERATE_FUNC
§getblocksize: FMOD_DSP_GETBLOCKSIZE_FUNC
§dft: StateDftFunctions
§pan: StatePanFunctions
§getspeakermode: FMOD_DSP_GETSPEAKERMODE_FUNC
§getclock: FMOD_DSP_GETCLOCK_FUNC
§getlistenerattributes: FMOD_DSP_GETLISTENERATTRIBUTES_FUNC
§log: FMOD_DSP_LOG_FUNC
§getuserdata: FMOD_DSP_GETUSERDATA_FUNC
Auto Trait Implementations§
impl Freeze for StateFunctions
impl RefUnwindSafe for StateFunctions
impl Send for StateFunctions
impl Sync for StateFunctions
impl Unpin for StateFunctions
impl UnwindSafe for StateFunctions
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