pub struct DspParameterDescFloat {
pub min: f32,
pub max: f32,
pub defaultval: f32,
pub mapping: DspParameterFloatMapping,
}Fields§
§min: f32§max: f32§defaultval: f32§mapping: DspParameterFloatMappingTrait Implementations§
Source§impl Clone for DspParameterDescFloat
impl Clone for DspParameterDescFloat
Source§fn clone(&self) -> DspParameterDescFloat
fn clone(&self) -> DspParameterDescFloat
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 DspParameterDescFloat
impl Debug for DspParameterDescFloat
Source§impl Into<FMOD_DSP_PARAMETER_DESC_FLOAT> for DspParameterDescFloat
impl Into<FMOD_DSP_PARAMETER_DESC_FLOAT> for DspParameterDescFloat
Source§fn into(self) -> FMOD_DSP_PARAMETER_DESC_FLOAT
fn into(self) -> FMOD_DSP_PARAMETER_DESC_FLOAT
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for DspParameterDescFloat
impl RefUnwindSafe for DspParameterDescFloat
impl Send for DspParameterDescFloat
impl Sync for DspParameterDescFloat
impl Unpin for DspParameterDescFloat
impl UnwindSafe for DspParameterDescFloat
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