pub enum DspParameterType {
Float,
Int,
Bool,
Data,
Max,
}Variants§
Implementations§
Source§impl DspParameterType
impl DspParameterType
pub fn from(value: FMOD_DSP_PARAMETER_TYPE) -> Result<DspParameterType, Error>
Trait Implementations§
Source§impl Clone for DspParameterType
impl Clone for DspParameterType
Source§fn clone(&self) -> DspParameterType
fn clone(&self) -> DspParameterType
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 DspParameterType
impl Debug for DspParameterType
Source§impl From<DspParameterType> for FMOD_DSP_PARAMETER_TYPE
impl From<DspParameterType> for FMOD_DSP_PARAMETER_TYPE
Source§fn from(value: DspParameterType) -> FMOD_DSP_PARAMETER_TYPE
fn from(value: DspParameterType) -> FMOD_DSP_PARAMETER_TYPE
Converts to this type from the input type.
Source§impl PartialEq for DspParameterType
impl PartialEq for DspParameterType
impl Copy for DspParameterType
impl StructuralPartialEq for DspParameterType
Auto Trait Implementations§
impl Freeze for DspParameterType
impl RefUnwindSafe for DspParameterType
impl Send for DspParameterType
impl Sync for DspParameterType
impl Unpin for DspParameterType
impl UnwindSafe for DspParameterType
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