Trait IAudioProcessingObjectLoggingService_Impl
pub trait IAudioProcessingObjectLoggingService_Impl: IUnknownImpl {
// Required method
fn ApoLog(&self, level: APO_LOG_LEVEL, format: &PCWSTR);
}
Required Methods§
fn ApoLog(&self, level: APO_LOG_LEVEL, format: &PCWSTR)
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.