#[repr(C)]
pub struct IDWriteFont3Vtbl { pub parent: IDWriteFont2Vtbl, pub CreateFontFace: unsafe extern "system" fn(This: *mut IDWriteFont3, fontFace: *mut *mut IDWriteFontFace3) -> HRESULT, pub Equals: unsafe extern "system" fn(This: *mut IDWriteFont3, font: *mut IDWriteFont) -> BOOL, pub GetFontFaceReference: unsafe extern "system" fn(This: *mut IDWriteFont3, fontFaceReference: *mut *mut IDWriteFontFaceReference) -> HRESULT, pub HasCharacter: unsafe extern "system" fn(This: *mut IDWriteFont3, unicodeValue: UINT32) -> BOOL, pub GetLocality: unsafe extern "system" fn(This: *mut IDWriteFont3) -> DWRITE_LOCALITY, }

Fields§

§parent: IDWriteFont2Vtbl§CreateFontFace: unsafe extern "system" fn(This: *mut IDWriteFont3, fontFace: *mut *mut IDWriteFontFace3) -> HRESULT§Equals: unsafe extern "system" fn(This: *mut IDWriteFont3, font: *mut IDWriteFont) -> BOOL§GetFontFaceReference: unsafe extern "system" fn(This: *mut IDWriteFont3, fontFaceReference: *mut *mut IDWriteFontFaceReference) -> HRESULT§HasCharacter: unsafe extern "system" fn(This: *mut IDWriteFont3, unicodeValue: UINT32) -> BOOL§GetLocality: unsafe extern "system" fn(This: *mut IDWriteFont3) -> DWRITE_LOCALITY

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.