pub struct DspStatePanFunctions {
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_FUNCTrait Implementations§
Source§impl Clone for DspStatePanFunctions
impl Clone for DspStatePanFunctions
Source§fn clone(&self) -> DspStatePanFunctions
fn clone(&self) -> DspStatePanFunctions
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 moreSource§impl Debug for DspStatePanFunctions
impl Debug for DspStatePanFunctions
Source§impl Into<FMOD_DSP_STATE_PAN_FUNCTIONS> for DspStatePanFunctions
impl Into<FMOD_DSP_STATE_PAN_FUNCTIONS> for DspStatePanFunctions
Source§fn into(self) -> FMOD_DSP_STATE_PAN_FUNCTIONS
fn into(self) -> FMOD_DSP_STATE_PAN_FUNCTIONS
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for DspStatePanFunctions
impl RefUnwindSafe for DspStatePanFunctions
impl Send for DspStatePanFunctions
impl Sync for DspStatePanFunctions
impl Unpin for DspStatePanFunctions
impl UnwindSafe for DspStatePanFunctions
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