Struct windows::Win32::Graphics::DirectWrite::IDWriteFontFace5_Vtbl
#[repr(C)]pub struct IDWriteFontFace5_Vtbl {
pub base__: IDWriteFontFace4_Vtbl,
pub GetFontAxisValueCount: unsafe extern "system" fn(_: *mut c_void) -> u32,
pub GetFontAxisValues: unsafe extern "system" fn(_: *mut c_void, _: *mut DWRITE_FONT_AXIS_VALUE, _: u32) -> HRESULT,
pub HasVariations: unsafe extern "system" fn(_: *mut c_void) -> BOOL,
pub GetFontResource: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Equals: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> BOOL,
}
Fields§
§base__: IDWriteFontFace4_Vtbl
§GetFontAxisValueCount: unsafe extern "system" fn(_: *mut c_void) -> u32
§GetFontAxisValues: unsafe extern "system" fn(_: *mut c_void, _: *mut DWRITE_FONT_AXIS_VALUE, _: u32) -> HRESULT
§HasVariations: unsafe extern "system" fn(_: *mut c_void) -> BOOL
§GetFontResource: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Equals: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> BOOL
Implementations§
§impl IDWriteFontFace5_Vtbl
impl IDWriteFontFace5_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDWriteFontFace5_Vtblwhere
Identity: IDWriteFontFace5_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDWriteFontFace5_Vtbl
impl RefUnwindSafe for IDWriteFontFace5_Vtbl
impl Send for IDWriteFontFace5_Vtbl
impl Sync for IDWriteFontFace5_Vtbl
impl Unpin for IDWriteFontFace5_Vtbl
impl UnwindSafe for IDWriteFontFace5_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