Struct windows::Win32::Graphics::DirectWrite::IDWriteTextRenderer1_Vtbl
#[repr(C)]pub struct IDWriteTextRenderer1_Vtbl {
pub base__: IDWriteTextRenderer_Vtbl,
pub DrawGlyphRun: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: f32, _: f32, _: DWRITE_GLYPH_ORIENTATION_ANGLE, _: DWRITE_MEASURING_MODE, _: *const DWRITE_GLYPH_RUN, _: *const DWRITE_GLYPH_RUN_DESCRIPTION, _: *mut c_void) -> HRESULT,
pub DrawUnderline: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: f32, _: f32, _: DWRITE_GLYPH_ORIENTATION_ANGLE, _: *const DWRITE_UNDERLINE, _: *mut c_void) -> HRESULT,
pub DrawStrikethrough: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: f32, _: f32, _: DWRITE_GLYPH_ORIENTATION_ANGLE, _: *const DWRITE_STRIKETHROUGH, _: *mut c_void) -> HRESULT,
pub DrawInlineObject: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: f32, _: f32, _: DWRITE_GLYPH_ORIENTATION_ANGLE, _: *mut c_void, _: BOOL, _: BOOL, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IDWriteTextRenderer_Vtbl
§DrawGlyphRun: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: f32, _: f32, _: DWRITE_GLYPH_ORIENTATION_ANGLE, _: DWRITE_MEASURING_MODE, _: *const DWRITE_GLYPH_RUN, _: *const DWRITE_GLYPH_RUN_DESCRIPTION, _: *mut c_void) -> HRESULT
§DrawUnderline: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: f32, _: f32, _: DWRITE_GLYPH_ORIENTATION_ANGLE, _: *const DWRITE_UNDERLINE, _: *mut c_void) -> HRESULT
§DrawStrikethrough: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: f32, _: f32, _: DWRITE_GLYPH_ORIENTATION_ANGLE, _: *const DWRITE_STRIKETHROUGH, _: *mut c_void) -> HRESULT
§DrawInlineObject: unsafe extern "system" fn(_: *mut c_void, _: *const c_void, _: f32, _: f32, _: DWRITE_GLYPH_ORIENTATION_ANGLE, _: *mut c_void, _: BOOL, _: BOOL, _: *mut c_void) -> HRESULT
Implementations§
§impl IDWriteTextRenderer1_Vtbl
impl IDWriteTextRenderer1_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDWriteTextRenderer1_Vtblwhere
Identity: IDWriteTextRenderer1_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDWriteTextRenderer1_Vtbl
impl RefUnwindSafe for IDWriteTextRenderer1_Vtbl
impl Send for IDWriteTextRenderer1_Vtbl
impl Sync for IDWriteTextRenderer1_Vtbl
impl Unpin for IDWriteTextRenderer1_Vtbl
impl UnwindSafe for IDWriteTextRenderer1_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