Struct windows::Win32::Graphics::DirectWrite::IDWriteFontCollection2_Vtbl
#[repr(C)]pub struct IDWriteFontCollection2_Vtbl {
pub base__: IDWriteFontCollection1_Vtbl,
pub GetFontFamily: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT,
pub GetMatchingFonts: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const DWRITE_FONT_AXIS_VALUE, _: u32, _: *mut *mut c_void) -> HRESULT,
pub GetFontFamilyModel: unsafe extern "system" fn(_: *mut c_void) -> DWRITE_FONT_FAMILY_MODEL,
pub GetFontSet: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IDWriteFontCollection1_Vtbl
§GetFontFamily: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT
§GetMatchingFonts: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: *const DWRITE_FONT_AXIS_VALUE, _: u32, _: *mut *mut c_void) -> HRESULT
§GetFontFamilyModel: unsafe extern "system" fn(_: *mut c_void) -> DWRITE_FONT_FAMILY_MODEL
§GetFontSet: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IDWriteFontCollection2_Vtbl
impl IDWriteFontCollection2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDWriteFontCollection2_Vtblwhere
Identity: IDWriteFontCollection2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDWriteFontCollection2_Vtbl
impl RefUnwindSafe for IDWriteFontCollection2_Vtbl
impl Send for IDWriteFontCollection2_Vtbl
impl Sync for IDWriteFontCollection2_Vtbl
impl Unpin for IDWriteFontCollection2_Vtbl
impl UnwindSafe for IDWriteFontCollection2_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