Trait IMFMediaSharingEngineClassFactory_Impl
pub trait IMFMediaSharingEngineClassFactory_Impl: IUnknownImpl {
// Required method
fn CreateInstance(
&self,
dwflags: u32,
pattr: Ref<'_, IMFAttributes>,
) -> Result<IMFMediaSharingEngine>;
}
Required Methods§
fn CreateInstance( &self, dwflags: u32, pattr: Ref<'_, IMFAttributes>, ) -> Result<IMFMediaSharingEngine>
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.