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