pub struct DspParameterFloatMappingPiecewiseLinear {
pub numpoints: i32,
pub pointparamvalues: Vec<f32>,
pub pointpositions: Vec<f32>,
}
Fields§
§numpoints: i32
§pointparamvalues: Vec<f32>
§pointpositions: Vec<f32>
Trait Implementations§
Source§impl Clone for DspParameterFloatMappingPiecewiseLinear
impl Clone for DspParameterFloatMappingPiecewiseLinear
Source§fn clone(&self) -> DspParameterFloatMappingPiecewiseLinear
fn clone(&self) -> DspParameterFloatMappingPiecewiseLinear
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 Into<FMOD_DSP_PARAMETER_FLOAT_MAPPING_PIECEWISE_LINEAR> for DspParameterFloatMappingPiecewiseLinear
impl Into<FMOD_DSP_PARAMETER_FLOAT_MAPPING_PIECEWISE_LINEAR> for DspParameterFloatMappingPiecewiseLinear
Source§fn into(self) -> FMOD_DSP_PARAMETER_FLOAT_MAPPING_PIECEWISE_LINEAR
fn into(self) -> FMOD_DSP_PARAMETER_FLOAT_MAPPING_PIECEWISE_LINEAR
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for DspParameterFloatMappingPiecewiseLinear
impl RefUnwindSafe for DspParameterFloatMappingPiecewiseLinear
impl Send for DspParameterFloatMappingPiecewiseLinear
impl Sync for DspParameterFloatMappingPiecewiseLinear
impl Unpin for DspParameterFloatMappingPiecewiseLinear
impl UnwindSafe for DspParameterFloatMappingPiecewiseLinear
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