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

Trait IDirectSoundFXEcho_Impl

pub trait IDirectSoundFXEcho_Impl: IUnknownImpl {
    // Required methods
    fn SetAllParameters(&self, pcdsfxecho: *const DSFXEcho) -> Result<()>;
    fn GetAllParameters(&self, pdsfxecho: *mut DSFXEcho) -> Result<()>;
}

Required Methods§

fn SetAllParameters(&self, pcdsfxecho: *const DSFXEcho) -> Result<()>

fn GetAllParameters(&self, pdsfxecho: *mut DSFXEcho) -> Result<()>

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§