windows::Win32::Graphics::Direct2D

Trait ID2D1GdiInteropRenderTarget_Impl

pub trait ID2D1GdiInteropRenderTarget_Impl: IUnknownImpl {
    // Required methods
    fn GetDC(&self, mode: D2D1_DC_INITIALIZE_MODE) -> Result<HDC>;
    fn ReleaseDC(&self, update: *const RECT) -> Result<()>;
}

Required Methods§

fn GetDC(&self, mode: D2D1_DC_INITIALIZE_MODE) -> Result<HDC>

fn ReleaseDC(&self, update: *const RECT) -> 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.

Implementors§