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