pub struct DspLoudnessMeterWeightingType {
pub channelweight: [f32; 32],
}Fields§
§channelweight: [f32; 32]Trait Implementations§
Source§impl Clone for DspLoudnessMeterWeightingType
impl Clone for DspLoudnessMeterWeightingType
Source§fn clone(&self) -> DspLoudnessMeterWeightingType
fn clone(&self) -> DspLoudnessMeterWeightingType
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 Into<FMOD_DSP_LOUDNESS_METER_WEIGHTING_TYPE> for DspLoudnessMeterWeightingType
impl Into<FMOD_DSP_LOUDNESS_METER_WEIGHTING_TYPE> for DspLoudnessMeterWeightingType
Source§fn into(self) -> FMOD_DSP_LOUDNESS_METER_WEIGHTING_TYPE
fn into(self) -> FMOD_DSP_LOUDNESS_METER_WEIGHTING_TYPE
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for DspLoudnessMeterWeightingType
impl RefUnwindSafe for DspLoudnessMeterWeightingType
impl Send for DspLoudnessMeterWeightingType
impl Sync for DspLoudnessMeterWeightingType
impl Unpin for DspLoudnessMeterWeightingType
impl UnwindSafe for DspLoudnessMeterWeightingType
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