pub struct StatePanFunctions {
pub summonomatrix: FMOD_DSP_PAN_SUMMONOMATRIX_FUNC,
pub sumstereomatrix: FMOD_DSP_PAN_SUMSTEREOMATRIX_FUNC,
pub sumsurroundmatrix: FMOD_DSP_PAN_SUMSURROUNDMATRIX_FUNC,
pub summonotosurroundmatrix: FMOD_DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC,
pub sumstereotosurroundmatrix: FMOD_DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC,
pub getrolloffgain: FMOD_DSP_PAN_GETROLLOFFGAIN_FUNC,
}Fields§
§summonomatrix: FMOD_DSP_PAN_SUMMONOMATRIX_FUNC§sumstereomatrix: FMOD_DSP_PAN_SUMSTEREOMATRIX_FUNC§sumsurroundmatrix: FMOD_DSP_PAN_SUMSURROUNDMATRIX_FUNC§summonotosurroundmatrix: FMOD_DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC§sumstereotosurroundmatrix: FMOD_DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC§getrolloffgain: FMOD_DSP_PAN_GETROLLOFFGAIN_FUNCAuto Trait Implementations§
impl Freeze for StatePanFunctions
impl RefUnwindSafe for StatePanFunctions
impl Send for StatePanFunctions
impl Sync for StatePanFunctions
impl Unpin for StatePanFunctions
impl UnwindSafe for StatePanFunctions
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