Trait IVMRImagePresenterExclModeConfig_Impl
pub trait IVMRImagePresenterExclModeConfig_Impl: IVMRImagePresenterConfig_Impl {
// Required methods
fn SetXlcModeDDObjAndPrimarySurface(
&self,
lpddobj: Ref<'_, IDirectDraw7>,
lpprimarysurf: Ref<'_, IDirectDrawSurface7>,
) -> Result<()>;
fn GetXlcModeDDObjAndPrimarySurface(
&self,
lpddobj: OutRef<'_, IDirectDraw7>,
lpprimarysurf: OutRef<'_, IDirectDrawSurface7>,
) -> Result<()>;
}
Required Methods§
fn SetXlcModeDDObjAndPrimarySurface( &self, lpddobj: Ref<'_, IDirectDraw7>, lpprimarysurf: Ref<'_, IDirectDrawSurface7>, ) -> Result<()>
fn GetXlcModeDDObjAndPrimarySurface( &self, lpddobj: OutRef<'_, IDirectDraw7>, lpprimarysurf: OutRef<'_, IDirectDrawSurface7>, ) -> 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.