Struct windows_sys::Win32::Media::Audio::DirectMusic::DMUS_WAVES_REVERB_PARAMS
[−]#[repr(C)]pub struct DMUS_WAVES_REVERB_PARAMS {
pub fInGain: f32,
pub fReverbMix: f32,
pub fReverbTime: f32,
pub fHighFreqRTRatio: f32,
}
Expand description
Required features: "Win32_Media_Audio_DirectMusic"
Fields
fInGain: f32
fReverbMix: f32
fReverbTime: f32
fHighFreqRTRatio: f32
Trait Implementations
impl Clone for DMUS_WAVES_REVERB_PARAMS
impl Clone for DMUS_WAVES_REVERB_PARAMS
impl Copy for DMUS_WAVES_REVERB_PARAMS
Auto Trait Implementations
impl RefUnwindSafe for DMUS_WAVES_REVERB_PARAMS
impl Send for DMUS_WAVES_REVERB_PARAMS
impl Sync for DMUS_WAVES_REVERB_PARAMS
impl Unpin for DMUS_WAVES_REVERB_PARAMS
impl UnwindSafe for DMUS_WAVES_REVERB_PARAMS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more