Struct IUpdateDownloader_Vtbl
#[repr(C)]pub struct IUpdateDownloader_Vtbl {
pub base__: IDispatch_Vtbl,
pub ClientApplicationID: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetClientApplicationID: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub IsForced: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetIsForced: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub Priority: unsafe extern "system" fn(_: *mut c_void, _: *mut DownloadPriority) -> HRESULT,
pub SetPriority: unsafe extern "system" fn(_: *mut c_void, _: DownloadPriority) -> HRESULT,
pub Updates: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetUpdates: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub BeginDownload: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: VARIANT, _: *mut *mut c_void) -> HRESULT,
pub Download: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub EndDownload: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§ClientApplicationID: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetClientApplicationID: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§IsForced: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§SetIsForced: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT
§Priority: unsafe extern "system" fn(_: *mut c_void, _: *mut DownloadPriority) -> HRESULT
§SetPriority: unsafe extern "system" fn(_: *mut c_void, _: DownloadPriority) -> HRESULT
§Updates: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetUpdates: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§BeginDownload: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: VARIANT, _: *mut *mut c_void) -> HRESULT
§Download: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§EndDownload: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IUpdateDownloader_Vtbl
impl IUpdateDownloader_Vtbl
pub const fn new<Identity: IUpdateDownloader_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUpdateDownloader_Vtbl
impl RefUnwindSafe for IUpdateDownloader_Vtbl
impl Send for IUpdateDownloader_Vtbl
impl Sync for IUpdateDownloader_Vtbl
impl Unpin for IUpdateDownloader_Vtbl
impl UnwindSafe for IUpdateDownloader_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