windows::Win32::Media::Audio::DirectSound

Trait IDirectSoundFXGargle_Impl

pub trait IDirectSoundFXGargle_Impl: IUnknownImpl {
    // Required methods
    fn SetAllParameters(&self, pcdsfxgargle: *const DSFXGargle) -> Result<()>;
    fn GetAllParameters(&self) -> Result<DSFXGargle>;
}

Required Methods§

fn SetAllParameters(&self, pcdsfxgargle: *const DSFXGargle) -> Result<()>

fn GetAllParameters(&self) -> Result<DSFXGargle>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§