pub trait IDWriteBitmapRenderTarget2_Impl: Sized + IDWriteBitmapRenderTarget1_Impl {
// Required method
fn GetBitmapData(&self) -> Result<DWRITE_BITMAP_DATA_BGRA32>;
}
Required Methods§
fn GetBitmapData(&self) -> Result<DWRITE_BITMAP_DATA_BGRA32>
Object Safety§
This trait is not object safe.