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

Trait IDirectSoundFXChorus_Impl

pub trait IDirectSoundFXChorus_Impl: IUnknownImpl {
    // Required methods
    fn SetAllParameters(&self, pcdsfxchorus: *const DSFXChorus) -> Result<()>;
    fn GetAllParameters(&self, pdsfxchorus: *mut DSFXChorus) -> Result<()>;
}

Required Methods§

fn SetAllParameters(&self, pcdsfxchorus: *const DSFXChorus) -> Result<()>

fn GetAllParameters(&self, pdsfxchorus: *mut DSFXChorus) -> 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§