Trait IMFImageSharingEngine_Impl
pub trait IMFImageSharingEngine_Impl: IUnknownImpl {
// Required methods
fn SetSource(&self, pstream: Ref<'_, IUnknown>) -> Result<()>;
fn GetDevice(&self, pdevice: *mut DEVICE_INFO) -> Result<()>;
fn Shutdown(&self) -> Result<()>;
}
Required Methods§
fn SetSource(&self, pstream: Ref<'_, IUnknown>) -> Result<()>
fn GetDevice(&self, pdevice: *mut DEVICE_INFO) -> Result<()>
fn Shutdown(&self) -> 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.