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