Struct windows_sys::Win32::Media::Audio::DirectSound::DSFXEcho
[−]#[repr(C)]pub struct DSFXEcho {
pub fWetDryMix: f32,
pub fFeedback: f32,
pub fLeftDelay: f32,
pub fRightDelay: f32,
pub lPanDelay: i32,
}
Expand description
Required features: "Win32_Media_Audio_DirectSound"
Fields
fWetDryMix: f32
fFeedback: f32
fLeftDelay: f32
fRightDelay: f32
lPanDelay: i32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DSFXEcho
impl Send for DSFXEcho
impl Sync for DSFXEcho
impl Unpin for DSFXEcho
impl UnwindSafe for DSFXEcho
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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