pub trait IDirectSoundFXGargle_Impl: Sized {
    // 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>

Object Safety§

This trait is not object safe.

Implementors§