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

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

Fields

lpVtbl: *const IDWriteFontDownloadQueueVtbl

Methods

impl IDWriteFontDownloadQueue[src]

pub unsafe fn AddListener(
    &self,
    listener: *mut IDWriteFontDownloadListener,
    token: *mut UINT32
) -> HRESULT
[src]

pub unsafe fn RemoveListener(&self, token: UINT32) -> HRESULT[src]

pub unsafe fn IsEmpty(&self) -> BOOL[src]

pub unsafe fn BeginDownload(&self, context: *mut IUnknown) -> HRESULT[src]

pub unsafe fn CancelDownload(&self) -> HRESULT[src]

pub unsafe fn GetGenerationCount(&self) -> UINT64[src]

Methods from Deref<Target = IUnknown>

pub unsafe fn QueryInterface(
    &self,
    riid: REFIID,
    ppvObject: *mut *mut c_void
) -> HRESULT
[src]

pub unsafe fn AddRef(&self) -> ULONG[src]

pub unsafe fn Release(&self) -> ULONG[src]

Trait Implementations

impl Interface for IDWriteFontDownloadQueue[src]

impl Deref for IDWriteFontDownloadQueue[src]

type Target = IUnknown

The resulting type after dereferencing.

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]