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