Struct windows_sys::Win32::Media::Audio::DirectSound::DSFXWavesReverb
[−]#[repr(C)]pub struct DSFXWavesReverb {
pub fInGain: f32,
pub fReverbMix: f32,
pub fReverbTime: f32,
pub fHighFreqRTRatio: f32,
}
Expand description
Required features: "Win32_Media_Audio_DirectSound"
Fields
fInGain: f32
fReverbMix: f32
fReverbTime: f32
fHighFreqRTRatio: f32
Trait Implementations
impl Clone for DSFXWavesReverb
impl Clone for DSFXWavesReverb
impl Copy for DSFXWavesReverb
Auto Trait Implementations
impl RefUnwindSafe for DSFXWavesReverb
impl Send for DSFXWavesReverb
impl Sync for DSFXWavesReverb
impl Unpin for DSFXWavesReverb
impl UnwindSafe for DSFXWavesReverb
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