Trait IDirectSoundFXDistortion_Impl
pub trait IDirectSoundFXDistortion_Impl: IUnknownImpl {
// Required methods
fn SetAllParameters(
&self,
pcdsfxdistortion: *const DSFXDistortion,
) -> Result<()>;
fn GetAllParameters(
&self,
pdsfxdistortion: *mut DSFXDistortion,
) -> Result<()>;
}
Required Methods§
fn SetAllParameters( &self, pcdsfxdistortion: *const DSFXDistortion, ) -> Result<()>
fn GetAllParameters(&self, pdsfxdistortion: *mut DSFXDistortion) -> 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.