windows::Win32::Media::MediaFoundation

Trait IMFSharingEngineClassFactory_Impl

pub trait IMFSharingEngineClassFactory_Impl: IUnknownImpl {
    // Required method
    fn CreateInstance(
        &self,
        dwflags: u32,
        pattr: Ref<'_, IMFAttributes>,
    ) -> Result<IUnknown>;
}

Required Methods§

fn CreateInstance( &self, dwflags: u32, pattr: Ref<'_, IMFAttributes>, ) -> Result<IUnknown>

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.

Implementors§