Struct windows_sys::Win32::Media::Audio::DirectSound::DSFXGargle
[−]Expand description
Required features: "Win32_Media_Audio_DirectSound"
Fields
dwRateHz: u32
dwWaveShape: u32
Trait Implementations
impl Clone for DSFXGargle
impl Clone for DSFXGargle
impl Copy for DSFXGargle
Auto Trait Implementations
impl RefUnwindSafe for DSFXGargle
impl Send for DSFXGargle
impl Sync for DSFXGargle
impl Unpin for DSFXGargle
impl UnwindSafe for DSFXGargle
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