pub enum DspParameterFloatMappingType {
Linear,
Auto,
PiecewiseLinear,
}Variants§
Implementations§
Source§impl DspParameterFloatMappingType
impl DspParameterFloatMappingType
pub fn from( value: FMOD_DSP_PARAMETER_FLOAT_MAPPING_TYPE, ) -> Result<DspParameterFloatMappingType, Error>
Trait Implementations§
Source§impl Clone for DspParameterFloatMappingType
impl Clone for DspParameterFloatMappingType
Source§fn clone(&self) -> DspParameterFloatMappingType
fn clone(&self) -> DspParameterFloatMappingType
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 DspParameterFloatMappingType
impl Debug for DspParameterFloatMappingType
Source§impl From<DspParameterFloatMappingType> for FMOD_DSP_PARAMETER_FLOAT_MAPPING_TYPE
impl From<DspParameterFloatMappingType> for FMOD_DSP_PARAMETER_FLOAT_MAPPING_TYPE
Source§fn 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.
Source§impl PartialEq for DspParameterFloatMappingType
impl PartialEq for DspParameterFloatMappingType
Source§fn eq(&self, other: &DspParameterFloatMappingType) -> bool
fn eq(&self, other: &DspParameterFloatMappingType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for DspParameterFloatMappingType
impl StructuralPartialEq for DspParameterFloatMappingType
Auto Trait Implementations§
impl Freeze for DspParameterFloatMappingType
impl RefUnwindSafe for DspParameterFloatMappingType
impl Send for DspParameterFloatMappingType
impl Sync for DspParameterFloatMappingType
impl Unpin for DspParameterFloatMappingType
impl UnwindSafe for DspParameterFloatMappingType
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