Trait IMFContentProtectionManager_Impl
pub trait IMFContentProtectionManager_Impl: IUnknownImpl {
// Required methods
fn BeginEnableContent(
&self,
penableractivate: Ref<'_, IMFActivate>,
ptopo: Ref<'_, IMFTopology>,
pcallback: Ref<'_, IMFAsyncCallback>,
punkstate: Ref<'_, IUnknown>,
) -> Result<()>;
fn EndEnableContent(&self, presult: Ref<'_, IMFAsyncResult>) -> Result<()>;
}
Required Methods§
fn BeginEnableContent( &self, penableractivate: Ref<'_, IMFActivate>, ptopo: Ref<'_, IMFTopology>, pcallback: Ref<'_, IMFAsyncCallback>, punkstate: Ref<'_, IUnknown>, ) -> Result<()>
fn EndEnableContent(&self, presult: Ref<'_, IMFAsyncResult>) -> 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.