Struct windows_sys::Win32::Media::Audio::DirectSound::DSFXChorus
[−]#[repr(C)]pub struct DSFXChorus {
pub fWetDryMix: f32,
pub fDepth: f32,
pub fFeedback: f32,
pub fFrequency: f32,
pub lWaveform: i32,
pub fDelay: f32,
pub lPhase: i32,
}
Expand description
Required features: "Win32_Media_Audio_DirectSound"
Fields
fWetDryMix: f32
fDepth: f32
fFeedback: f32
fFrequency: f32
lWaveform: i32
fDelay: f32
lPhase: i32
Trait Implementations
impl Clone for DSFXChorus
impl Clone for DSFXChorus
impl Copy for DSFXChorus
Auto Trait Implementations
impl RefUnwindSafe for DSFXChorus
impl Send for DSFXChorus
impl Sync for DSFXChorus
impl Unpin for DSFXChorus
impl UnwindSafe for DSFXChorus
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