[][src]Struct winapi::um::dwrite_3::IDWriteFontFace5Vtbl

#[repr(C)]
pub struct IDWriteFontFace5Vtbl { pub parent: IDWriteFontFace4Vtbl, pub GetFontAxisValueCount: unsafe extern "system" fn(This: *mut IDWriteFontFace5) -> UINT32, pub GetFontAxisValues: unsafe extern "system" fn(This: *mut IDWriteFontFace5, values: *mut DWRITE_FONT_AXIS_VALUE, valueCount: UINT32) -> HRESULT, pub HasVariations: unsafe extern "system" fn(This: *mut IDWriteFontFace5) -> BOOL, pub GetFontResource: unsafe extern "system" fn(This: *mut IDWriteFontFace5, resource: *mut *mut IDWriteFontResource) -> HRESULT, pub Equals: unsafe extern "system" fn(This: *mut IDWriteFontFace5, fontFace: *mut IDWriteFontFace) -> BOOL, }

Fields

parent: IDWriteFontFace4VtblGetFontAxisValueCount: unsafe extern "system" fn(This: *mut IDWriteFontFace5) -> UINT32GetFontAxisValues: unsafe extern "system" fn(This: *mut IDWriteFontFace5, values: *mut DWRITE_FONT_AXIS_VALUE, valueCount: UINT32) -> HRESULTHasVariations: unsafe extern "system" fn(This: *mut IDWriteFontFace5) -> BOOLGetFontResource: unsafe extern "system" fn(This: *mut IDWriteFontFace5, resource: *mut *mut IDWriteFontResource) -> HRESULTEquals: unsafe extern "system" fn(This: *mut IDWriteFontFace5, fontFace: *mut IDWriteFontFace) -> BOOL

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]