windows::Win32::Graphics::DirectWrite

Trait IDWriteFontDownloadListener_Impl

pub trait IDWriteFontDownloadListener_Impl: IUnknownImpl {
    // Required method
    fn DownloadCompleted(
        &self,
        downloadqueue: Ref<'_, IDWriteFontDownloadQueue>,
        context: Ref<'_, IUnknown>,
        downloadresult: HRESULT,
    );
}

Required Methods§

fn DownloadCompleted( &self, downloadqueue: Ref<'_, IDWriteFontDownloadQueue>, context: Ref<'_, IUnknown>, downloadresult: HRESULT, )

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§