Trait IVMRImagePresenter9_Impl
pub trait IVMRImagePresenter9_Impl: IUnknownImpl {
// Required methods
fn StartPresenting(&self, dwuserid: usize) -> Result<()>;
fn StopPresenting(&self, dwuserid: usize) -> Result<()>;
fn PresentImage(
&self,
dwuserid: usize,
lppresinfo: *const VMR9PresentationInfo,
) -> Result<()>;
}
Required Methods§
fn StartPresenting(&self, dwuserid: usize) -> Result<()>
fn StopPresenting(&self, dwuserid: usize) -> Result<()>
fn PresentImage( &self, dwuserid: usize, lppresinfo: *const VMR9PresentationInfo, ) -> 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.