Trait IMFByteStreamProxyClassFactory_Impl
pub trait IMFByteStreamProxyClassFactory_Impl: IUnknownImpl {
// Required method
fn CreateByteStreamProxy(
&self,
pbytestream: Ref<'_, IMFByteStream>,
pattributes: Ref<'_, IMFAttributes>,
riid: *const GUID,
ppvobject: *mut *mut c_void,
) -> Result<()>;
}
Required Methods§
fn CreateByteStreamProxy( &self, pbytestream: Ref<'_, IMFByteStream>, pattributes: Ref<'_, IMFAttributes>, riid: *const GUID, ppvobject: *mut *mut c_void, ) -> 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.