Trait IViewObjectPresentFlip_Impl
pub trait IViewObjectPresentFlip_Impl: IUnknownImpl {
// Required methods
fn NotifyRender(&self, frecreatepresenter: BOOL) -> Result<()>;
fn RenderObjectToBitmap(&self, pbitmap: Ref<'_, IUnknown>) -> Result<()>;
fn RenderObjectToSharedBuffer(
&self,
pbuffer: Ref<'_, ISurfacePresenterFlipBuffer>,
) -> Result<()>;
}
Required Methods§
fn NotifyRender(&self, frecreatepresenter: BOOL) -> Result<()>
fn RenderObjectToBitmap(&self, pbitmap: Ref<'_, IUnknown>) -> 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.