Struct windows::Win32::Graphics::DirectWrite::IDWriteFontSetBuilder2_Vtbl
#[repr(C)]pub struct IDWriteFontSetBuilder2_Vtbl {
pub base__: IDWriteFontSetBuilder1_Vtbl,
pub AddFont: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: DWRITE_FONT_SIMULATIONS, _: *const DWRITE_FONT_AXIS_VALUE, _: u32, _: *const DWRITE_FONT_AXIS_RANGE, _: u32, _: *const DWRITE_FONT_PROPERTY, _: u32) -> HRESULT,
pub AddFontFile: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
}
Fields§
§base__: IDWriteFontSetBuilder1_Vtbl
§AddFont: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: DWRITE_FONT_SIMULATIONS, _: *const DWRITE_FONT_AXIS_VALUE, _: u32, _: *const DWRITE_FONT_AXIS_RANGE, _: u32, _: *const DWRITE_FONT_PROPERTY, _: u32) -> HRESULT
§AddFontFile: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
Implementations§
§impl IDWriteFontSetBuilder2_Vtbl
impl IDWriteFontSetBuilder2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDWriteFontSetBuilder2_Vtblwhere
Identity: IDWriteFontSetBuilder2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDWriteFontSetBuilder2_Vtbl
impl RefUnwindSafe for IDWriteFontSetBuilder2_Vtbl
impl Send for IDWriteFontSetBuilder2_Vtbl
impl Sync for IDWriteFontSetBuilder2_Vtbl
impl Unpin for IDWriteFontSetBuilder2_Vtbl
impl UnwindSafe for IDWriteFontSetBuilder2_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