pub trait ID2D1DCRenderTarget_Impl: Sized + ID2D1RenderTarget_Impl {
    // Required method
    fn BindDC(&self, hdc: HDC, psubrect: *const RECT) -> Result<()>;
}

Required Methods§

fn BindDC(&self, hdc: HDC, psubrect: *const RECT) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§