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