Trait IMFMediaEngineNotify_Impl
pub trait IMFMediaEngineNotify_Impl: IUnknownImpl {
// Required method
fn EventNotify(&self, event: u32, param1: usize, param2: u32) -> Result<()>;
}
Required Methods§
fn EventNotify(&self, event: u32, param1: usize, param2: u32) -> 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.