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

Trait IDirectSoundFXFlanger_Impl

pub trait IDirectSoundFXFlanger_Impl: IUnknownImpl {
    // Required methods
    fn SetAllParameters(&self, pcdsfxflanger: *const DSFXFlanger) -> Result<()>;
    fn GetAllParameters(&self, pdsfxflanger: *mut DSFXFlanger) -> Result<()>;
}

Required Methods§

fn SetAllParameters(&self, pcdsfxflanger: *const DSFXFlanger) -> Result<()>

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