Struct windows::Win32::Graphics::DirectWrite::IDWriteFont1_Vtbl
#[repr(C)]pub struct IDWriteFont1_Vtbl {
pub base__: IDWriteFont_Vtbl,
pub GetMetrics: unsafe extern "system" fn(_: *mut c_void, _: *mut DWRITE_FONT_METRICS1),
pub GetPanose: unsafe extern "system" fn(_: *mut c_void, _: *mut DWRITE_PANOSE),
pub GetUnicodeRanges: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut DWRITE_UNICODE_RANGE, _: *mut u32) -> HRESULT,
pub IsMonospacedFont: unsafe extern "system" fn(_: *mut c_void) -> BOOL,
}
Fields§
§base__: IDWriteFont_Vtbl
§GetMetrics: unsafe extern "system" fn(_: *mut c_void, _: *mut DWRITE_FONT_METRICS1)
§GetPanose: unsafe extern "system" fn(_: *mut c_void, _: *mut DWRITE_PANOSE)
§GetUnicodeRanges: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut DWRITE_UNICODE_RANGE, _: *mut u32) -> HRESULT
§IsMonospacedFont: unsafe extern "system" fn(_: *mut c_void) -> BOOL
Implementations§
§impl IDWriteFont1_Vtbl
impl IDWriteFont1_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDWriteFont1_Vtblwhere
Identity: IDWriteFont1_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDWriteFont1_Vtbl
impl RefUnwindSafe for IDWriteFont1_Vtbl
impl Send for IDWriteFont1_Vtbl
impl Sync for IDWriteFont1_Vtbl
impl Unpin for IDWriteFont1_Vtbl
impl UnwindSafe for IDWriteFont1_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