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