Struct windows::Win32::Graphics::DirectWrite::IDWriteFontSet3_Vtbl
#[repr(C)]pub struct IDWriteFontSet3_Vtbl {
pub base__: IDWriteFontSet2_Vtbl,
pub GetFontSourceType: unsafe extern "system" fn(_: *mut c_void, _: u32) -> DWRITE_FONT_SOURCE_TYPE,
pub GetFontSourceNameLength: unsafe extern "system" fn(_: *mut c_void, _: u32) -> u32,
pub GetFontSourceName: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PWSTR, _: u32) -> HRESULT,
}
Fields§
§base__: IDWriteFontSet2_Vtbl
§GetFontSourceType: unsafe extern "system" fn(_: *mut c_void, _: u32) -> DWRITE_FONT_SOURCE_TYPE
§GetFontSourceNameLength: unsafe extern "system" fn(_: *mut c_void, _: u32) -> u32
§GetFontSourceName: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PWSTR, _: u32) -> HRESULT
Implementations§
§impl IDWriteFontSet3_Vtbl
impl IDWriteFontSet3_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDWriteFontSet3_Vtblwhere
Identity: IDWriteFontSet3_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDWriteFontSet3_Vtbl
impl RefUnwindSafe for IDWriteFontSet3_Vtbl
impl Send for IDWriteFontSet3_Vtbl
impl Sync for IDWriteFontSet3_Vtbl
impl Unpin for IDWriteFontSet3_Vtbl
impl UnwindSafe for IDWriteFontSet3_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