Enum fmod::DspParameterDataType
source · #[repr(i32)]pub enum DspParameterDataType {
User = 0,
OverAlign = -1,
Attributes3D = -2,
Sidechain = -3,
FFT = -4,
Attributes3DMulti = -5,
AttenuationRange = -6,
}Variants§
User = 0
OverAlign = -1
Attributes3D = -2
Sidechain = -3
FFT = -4
Attributes3DMulti = -5
AttenuationRange = -6
Trait Implementations§
source§impl Clone for DspParameterDataType
impl Clone for DspParameterDataType
source§fn clone(&self) -> DspParameterDataType
fn clone(&self) -> DspParameterDataType
Returns a copy 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 i32
impl From<DspParameterDataType> for i32
source§fn from(enum_value: DspParameterDataType) -> Self
fn from(enum_value: DspParameterDataType) -> Self
Converts to this type from the input type.
source§impl PartialEq for DspParameterDataType
impl PartialEq for DspParameterDataType
source§fn eq(&self, other: &DspParameterDataType) -> bool
fn eq(&self, other: &DspParameterDataType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl TryFrom<i32> for DspParameterDataType
impl TryFrom<i32> for DspParameterDataType
§type Error = TryFromPrimitiveError<DspParameterDataType>
type Error = TryFromPrimitiveError<DspParameterDataType>
The type returned in the event of a conversion error.
source§impl TryFromPrimitive for DspParameterDataType
impl TryFromPrimitive for DspParameterDataType
type Primitive = i32
type Error = TryFromPrimitiveError<DspParameterDataType>
const NAME: &'static str = "DspParameterDataType"
fn try_from_primitive( number: Self::Primitive, ) -> Result<Self, TryFromPrimitiveError<Self>>
impl Copy for DspParameterDataType
impl Eq 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