Struct windows::Win32::Graphics::DirectWrite::IDWriteFont3_Vtbl
#[repr(C)]pub struct IDWriteFont3_Vtbl {
pub base__: IDWriteFont2_Vtbl,
pub CreateFontFace: 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,
pub GetFontFaceReference: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub HasCharacter: unsafe extern "system" fn(_: *mut c_void, _: u32) -> BOOL,
pub GetLocality: unsafe extern "system" fn(_: *mut c_void) -> DWRITE_LOCALITY,
}
Fields§
§base__: IDWriteFont2_Vtbl
§CreateFontFace: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Equals: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> BOOL
§GetFontFaceReference: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§HasCharacter: unsafe extern "system" fn(_: *mut c_void, _: u32) -> BOOL
§GetLocality: unsafe extern "system" fn(_: *mut c_void) -> DWRITE_LOCALITY
Implementations§
§impl IDWriteFont3_Vtbl
impl IDWriteFont3_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDWriteFont3_Vtblwhere
Identity: IDWriteFont3_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDWriteFont3_Vtbl
impl RefUnwindSafe for IDWriteFont3_Vtbl
impl Send for IDWriteFont3_Vtbl
impl Sync for IDWriteFont3_Vtbl
impl Unpin for IDWriteFont3_Vtbl
impl UnwindSafe for IDWriteFont3_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