Struct windows::Win32::Graphics::DirectWrite::IDWriteFontFamily_Vtbl
#[repr(C)]pub struct IDWriteFontFamily_Vtbl {
pub base__: IDWriteFontList_Vtbl,
pub GetFamilyNames: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetFirstMatchingFont: unsafe extern "system" fn(_: *mut c_void, _: DWRITE_FONT_WEIGHT, _: DWRITE_FONT_STRETCH, _: DWRITE_FONT_STYLE, _: *mut *mut c_void) -> HRESULT,
pub GetMatchingFonts: unsafe extern "system" fn(_: *mut c_void, _: DWRITE_FONT_WEIGHT, _: DWRITE_FONT_STRETCH, _: DWRITE_FONT_STYLE, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IDWriteFontList_Vtbl
§GetFamilyNames: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetFirstMatchingFont: unsafe extern "system" fn(_: *mut c_void, _: DWRITE_FONT_WEIGHT, _: DWRITE_FONT_STRETCH, _: DWRITE_FONT_STYLE, _: *mut *mut c_void) -> HRESULT
§GetMatchingFonts: unsafe extern "system" fn(_: *mut c_void, _: DWRITE_FONT_WEIGHT, _: DWRITE_FONT_STRETCH, _: DWRITE_FONT_STYLE, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IDWriteFontFamily_Vtbl
impl IDWriteFontFamily_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDWriteFontFamily_Vtblwhere
Identity: IDWriteFontFamily_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDWriteFontFamily_Vtbl
impl RefUnwindSafe for IDWriteFontFamily_Vtbl
impl Send for IDWriteFontFamily_Vtbl
impl Sync for IDWriteFontFamily_Vtbl
impl Unpin for IDWriteFontFamily_Vtbl
impl UnwindSafe for IDWriteFontFamily_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