Trait IAudioAutoGainControl_Impl
pub trait IAudioAutoGainControl_Impl: IUnknownImpl {
// Required methods
fn GetEnabled(&self) -> Result<BOOL>;
fn SetEnabled(
&self,
benable: BOOL,
pguideventcontext: *const GUID,
) -> Result<()>;
}
Required Methods§
fn GetEnabled(&self) -> Result<BOOL>
fn SetEnabled( &self, benable: BOOL, pguideventcontext: *const GUID, ) -> 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.