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

Trait IDirectSoundFXParamEq_Impl

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

Required Methods§

fn SetAllParameters(&self, pcdsfxparameq: *const DSFXParamEq) -> Result<()>

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

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§