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

#[repr(C)]pub struct IDWriteFontList1 {
    pub lpVtbl: *const IDWriteFontList1Vtbl,
}

Fields

lpVtbl: *const IDWriteFontList1Vtbl

Implementations

impl IDWriteFontList1[src]

pub unsafe fn GetFontLocality(&self, listIndex: UINT32) -> DWRITE_LOCALITY[src]

pub unsafe fn GetFont(
    &self,
    listIndex: UINT32,
    font: *mut *mut IDWriteFont3
) -> HRESULT
[src]

pub unsafe fn GetFontFaceReference(
    &self,
    listIndex: UINT32,
    fontFaceReference: *mut *mut IDWriteFontFaceReference
) -> HRESULT
[src]

Methods from Deref<Target = IDWriteFontList>

pub unsafe fn GetFontCollection(
    &self,
    fontCollection: *mut *mut IDWriteFontCollection
) -> HRESULT
[src]

pub unsafe fn GetFontCount(&self) -> UINT32[src]

pub unsafe fn GetFont(
    &self,
    index: UINT32,
    font: *mut *mut IDWriteFont
) -> HRESULT
[src]

Trait Implementations

impl Deref for IDWriteFontList1[src]

type Target = IDWriteFontList

The resulting type after dereferencing.

impl Interface for IDWriteFontList1[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.