Struct windows_sys::Win32::Media::Audio::XAudio2::FXECHO_PARAMETERS
[−]#[repr(C, packed(1))]pub struct FXECHO_PARAMETERS {
pub WetDryMix: f32,
pub Feedback: f32,
pub Delay: f32,
}
Expand description
Required features: "Win32_Media_Audio_XAudio2"
Fields
WetDryMix: f32
Feedback: f32
Delay: f32
Trait Implementations
impl Clone for FXECHO_PARAMETERS
impl Clone for FXECHO_PARAMETERS
impl Copy for FXECHO_PARAMETERS
Auto Trait Implementations
impl RefUnwindSafe for FXECHO_PARAMETERS
impl Send for FXECHO_PARAMETERS
impl Sync for FXECHO_PARAMETERS
impl Unpin for FXECHO_PARAMETERS
impl UnwindSafe for FXECHO_PARAMETERS
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