[][src]Struct winapi::um::dwrite::IDWriteFontCollectionVtbl

#[repr(C)]
pub struct IDWriteFontCollectionVtbl { pub parent: IUnknownVtbl, pub GetFontFamilyCount: unsafe extern "system" fn(This: *mut IDWriteFontCollection) -> UINT32, pub GetFontFamily: unsafe extern "system" fn(This: *mut IDWriteFontCollection, index: UINT32, fontFamily: *mut *mut IDWriteFontFamily) -> HRESULT, pub FindFamilyName: unsafe extern "system" fn(This: *mut IDWriteFontCollection, familyName: *const WCHAR, index: *mut UINT32, exists: *mut BOOL) -> HRESULT, pub GetFontFromFontFace: unsafe extern "system" fn(This: *mut IDWriteFontCollection, fontFace: *mut IDWriteFontFace, font: *mut *mut IDWriteFont) -> HRESULT, }

Fields

parent: IUnknownVtblGetFontFamilyCount: unsafe extern "system" fn(This: *mut IDWriteFontCollection) -> UINT32GetFontFamily: unsafe extern "system" fn(This: *mut IDWriteFontCollection, index: UINT32, fontFamily: *mut *mut IDWriteFontFamily) -> HRESULTFindFamilyName: unsafe extern "system" fn(This: *mut IDWriteFontCollection, familyName: *const WCHAR, index: *mut UINT32, exists: *mut BOOL) -> HRESULTGetFontFromFontFace: unsafe extern "system" fn(This: *mut IDWriteFontCollection, fontFace: *mut IDWriteFontFace, font: *mut *mut IDWriteFont) -> HRESULT

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]