Struct windows::Win32::Graphics::DirectWrite::IDWriteFontDownloadQueue_Vtbl
#[repr(C)]pub struct IDWriteFontDownloadQueue_Vtbl {
pub base__: IUnknown_Vtbl,
pub AddListener: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut u32) -> HRESULT,
pub RemoveListener: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub IsEmpty: unsafe extern "system" fn(_: *mut c_void) -> BOOL,
pub BeginDownload: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub CancelDownload: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub GetGenerationCount: unsafe extern "system" fn(_: *mut c_void) -> u64,
}
Fields§
§base__: IUnknown_Vtbl
§AddListener: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut u32) -> HRESULT
§RemoveListener: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§IsEmpty: unsafe extern "system" fn(_: *mut c_void) -> BOOL
§BeginDownload: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§CancelDownload: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§GetGenerationCount: unsafe extern "system" fn(_: *mut c_void) -> u64
Implementations§
§impl IDWriteFontDownloadQueue_Vtbl
impl IDWriteFontDownloadQueue_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDWriteFontDownloadQueue_Vtblwhere
Identity: IDWriteFontDownloadQueue_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDWriteFontDownloadQueue_Vtbl
impl RefUnwindSafe for IDWriteFontDownloadQueue_Vtbl
impl Send for IDWriteFontDownloadQueue_Vtbl
impl Sync for IDWriteFontDownloadQueue_Vtbl
impl Unpin for IDWriteFontDownloadQueue_Vtbl
impl UnwindSafe for IDWriteFontDownloadQueue_Vtbl
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