#[repr(C)]pub struct IDWriteFontDownloadListener {
pub lpVtbl: *const IDWriteFontDownloadListenerVtbl,
}
Fields§
§lpVtbl: *const IDWriteFontDownloadListenerVtbl
Implementations§
Source§impl IDWriteFontDownloadListener
impl IDWriteFontDownloadListener
pub unsafe fn DownloadCompleted( &self, downloadQueue: *mut IDWriteFontDownloadQueue, context: *mut IUnknown, downloadResult: HRESULT, )
Trait Implementations§
Source§impl Deref for IDWriteFontDownloadListener
impl Deref for IDWriteFontDownloadListener
Auto Trait Implementations§
impl Freeze for IDWriteFontDownloadListener
impl RefUnwindSafe for IDWriteFontDownloadListener
impl !Send for IDWriteFontDownloadListener
impl !Sync for IDWriteFontDownloadListener
impl Unpin for IDWriteFontDownloadListener
impl UnwindSafe for IDWriteFontDownloadListener
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more