Struct windows::Win32::Graphics::DirectWrite::IDWriteFontSetBuilder_Vtbl
#[repr(C)]pub struct IDWriteFontSetBuilder_Vtbl {
pub base__: IUnknown_Vtbl,
pub AddFontFaceReference: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const DWRITE_FONT_PROPERTY, _: u32) -> HRESULT,
pub AddFontFaceReference2: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub AddFontSet: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub CreateFontSet: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§AddFontFaceReference: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const DWRITE_FONT_PROPERTY, _: u32) -> HRESULT
§AddFontFaceReference2: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§AddFontSet: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§CreateFontSet: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IDWriteFontSetBuilder_Vtbl
impl IDWriteFontSetBuilder_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDWriteFontSetBuilder_Vtblwhere
Identity: IDWriteFontSetBuilder_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDWriteFontSetBuilder_Vtbl
impl RefUnwindSafe for IDWriteFontSetBuilder_Vtbl
impl Send for IDWriteFontSetBuilder_Vtbl
impl Sync for IDWriteFontSetBuilder_Vtbl
impl Unpin for IDWriteFontSetBuilder_Vtbl
impl UnwindSafe for IDWriteFontSetBuilder_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