#[repr(C)]pub struct IDWriteBitmapRenderTarget3_Vtbl {
pub base__: IDWriteBitmapRenderTarget2_Vtbl,
pub GetPaintFeatureLevel: unsafe extern "system" fn(_: *mut c_void) -> DWRITE_PAINT_FEATURE_LEVEL,
pub DrawPaintGlyphRun: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32, _: DWRITE_MEASURING_MODE, _: *const DWRITE_GLYPH_RUN, _: DWRITE_GLYPH_IMAGE_FORMATS, _: COLORREF, _: u32, _: *mut RECT) -> HRESULT,
pub DrawGlyphRunWithColorSupport: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32, _: DWRITE_MEASURING_MODE, _: *const DWRITE_GLYPH_RUN, _: *mut c_void, _: COLORREF, _: u32, _: *mut RECT) -> HRESULT,
}
Fields§
§base__: IDWriteBitmapRenderTarget2_Vtbl
§GetPaintFeatureLevel: unsafe extern "system" fn(_: *mut c_void) -> DWRITE_PAINT_FEATURE_LEVEL
§DrawPaintGlyphRun: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32, _: DWRITE_MEASURING_MODE, _: *const DWRITE_GLYPH_RUN, _: DWRITE_GLYPH_IMAGE_FORMATS, _: COLORREF, _: u32, _: *mut RECT) -> HRESULT
§DrawGlyphRunWithColorSupport: unsafe extern "system" fn(_: *mut c_void, _: f32, _: f32, _: DWRITE_MEASURING_MODE, _: *const DWRITE_GLYPH_RUN, _: *mut c_void, _: COLORREF, _: u32, _: *mut RECT) -> HRESULT
Implementations§
§impl IDWriteBitmapRenderTarget3_Vtbl
impl IDWriteBitmapRenderTarget3_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDWriteBitmapRenderTarget3_Vtblwhere
Identity: IDWriteBitmapRenderTarget3_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDWriteBitmapRenderTarget3_Vtbl
impl RefUnwindSafe for IDWriteBitmapRenderTarget3_Vtbl
impl Send for IDWriteBitmapRenderTarget3_Vtbl
impl Sync for IDWriteBitmapRenderTarget3_Vtbl
impl Unpin for IDWriteBitmapRenderTarget3_Vtbl
impl UnwindSafe for IDWriteBitmapRenderTarget3_Vtbl
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more