pub enum DspParameterDataType {
User,
OverallGain,
Attributes3D,
Sidechain,
Fft,
AttributesMulti3D,
AttenuationRange,
}
Variants§
Implementations§
Source§impl DspParameterDataType
impl DspParameterDataType
pub fn from( value: FMOD_DSP_PARAMETER_DATA_TYPE, ) -> Result<DspParameterDataType, Error>
Trait Implementations§
Source§impl Clone for DspParameterDataType
impl Clone for DspParameterDataType
Source§fn clone(&self) -> DspParameterDataType
fn clone(&self) -> DspParameterDataType
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 DspParameterDataType
impl Debug for DspParameterDataType
Source§impl From<DspParameterDataType> for FMOD_DSP_PARAMETER_DATA_TYPE
impl From<DspParameterDataType> for FMOD_DSP_PARAMETER_DATA_TYPE
Source§fn from(value: DspParameterDataType) -> FMOD_DSP_PARAMETER_DATA_TYPE
fn from(value: DspParameterDataType) -> FMOD_DSP_PARAMETER_DATA_TYPE
Converts to this type from the input type.
Source§impl PartialEq for DspParameterDataType
impl PartialEq for DspParameterDataType
impl Copy for DspParameterDataType
impl StructuralPartialEq for DspParameterDataType
Auto Trait Implementations§
impl Freeze for DspParameterDataType
impl RefUnwindSafe for DspParameterDataType
impl Send for DspParameterDataType
impl Sync for DspParameterDataType
impl Unpin for DspParameterDataType
impl UnwindSafe for DspParameterDataType
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