Trait IMFTopoLoader_Impl
pub trait IMFTopoLoader_Impl: IUnknownImpl {
// Required method
fn Load(
&self,
pinputtopo: Ref<'_, IMFTopology>,
ppoutputtopo: OutRef<'_, IMFTopology>,
pcurrenttopo: Ref<'_, IMFTopology>,
) -> Result<()>;
}
Required Methods§
fn Load( &self, pinputtopo: Ref<'_, IMFTopology>, ppoutputtopo: OutRef<'_, IMFTopology>, pcurrenttopo: Ref<'_, IMFTopology>, ) -> 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.