Trait IAudioLfxControl_Impl
pub trait IAudioLfxControl_Impl: IUnknownImpl {
// Required methods
fn SetLocalEffectsState(&self, benabled: BOOL) -> Result<()>;
fn GetLocalEffectsState(&self) -> Result<BOOL>;
}
Required Methods§
fn SetLocalEffectsState(&self, benabled: BOOL) -> Result<()>
fn GetLocalEffectsState(&self) -> Result<BOOL>
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.