Trait ID2D1HwndRenderTarget_Impl
pub trait ID2D1HwndRenderTarget_Impl: ID2D1RenderTarget_Impl {
// Required methods
fn CheckWindowState(&self) -> D2D1_WINDOW_STATE;
fn Resize(&self, pixelsize: *const D2D_SIZE_U) -> Result<()>;
fn GetHwnd(&self) -> HWND;
}
Required Methods§
fn CheckWindowState(&self) -> D2D1_WINDOW_STATE
fn Resize(&self, pixelsize: *const D2D_SIZE_U) -> Result<()>
fn GetHwnd(&self) -> HWND
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.