pub enum DspParameterFloatMappingType {
Linear,
Auto,
PiecewiseLinear,
}Variants
Linear
Auto
PiecewiseLinear
Implementations
sourceimpl DspParameterFloatMappingType
impl DspParameterFloatMappingType
pub fn from(
value: FMOD_DSP_PARAMETER_FLOAT_MAPPING_TYPE
) -> Result<DspParameterFloatMappingType, Error>
Trait Implementations
sourceimpl Clone for DspParameterFloatMappingType
impl Clone for DspParameterFloatMappingType
sourcefn clone(&self) -> DspParameterFloatMappingType
fn clone(&self) -> DspParameterFloatMappingType
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DspParameterFloatMappingType
impl Debug for DspParameterFloatMappingType
sourceimpl From<DspParameterFloatMappingType> for FMOD_DSP_PARAMETER_FLOAT_MAPPING_TYPE
impl From<DspParameterFloatMappingType> for FMOD_DSP_PARAMETER_FLOAT_MAPPING_TYPE
sourcefn from(
value: DspParameterFloatMappingType
) -> FMOD_DSP_PARAMETER_FLOAT_MAPPING_TYPE
fn from(
value: DspParameterFloatMappingType
) -> FMOD_DSP_PARAMETER_FLOAT_MAPPING_TYPE
Converts to this type from the input type.
sourceimpl PartialEq<DspParameterFloatMappingType> for DspParameterFloatMappingType
impl PartialEq<DspParameterFloatMappingType> for DspParameterFloatMappingType
sourcefn eq(&self, other: &DspParameterFloatMappingType) -> bool
fn eq(&self, other: &DspParameterFloatMappingType) -> bool
impl Copy for DspParameterFloatMappingType
impl StructuralPartialEq for DspParameterFloatMappingType
Auto Trait Implementations
impl RefUnwindSafe for DspParameterFloatMappingType
impl Send for DspParameterFloatMappingType
impl Sync for DspParameterFloatMappingType
impl Unpin for DspParameterFloatMappingType
impl UnwindSafe for DspParameterFloatMappingType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more