Trait IDirectSoundCaptureFXNoiseSuppress_Impl
pub trait IDirectSoundCaptureFXNoiseSuppress_Impl: IUnknownImpl {
// Required methods
fn SetAllParameters(
&self,
pcdscfxnoisesuppress: *const DSCFXNoiseSuppress,
) -> Result<()>;
fn GetAllParameters(&self) -> Result<DSCFXNoiseSuppress>;
fn Reset(&self) -> Result<()>;
}
Required Methods§
fn SetAllParameters( &self, pcdscfxnoisesuppress: *const DSCFXNoiseSuppress, ) -> Result<()>
fn GetAllParameters(&self) -> Result<DSCFXNoiseSuppress>
fn Reset(&self) -> 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.