#[repr(C)]pub struct ICoreWebView2DownloadStartingEventArgsVTable {
pub iunknown_base: <dyn IUnknown as ComInterface>::VTable,
pub GetDownloadOperation: unsafe extern "stdcall" fn(*mut ICoreWebView2DownloadStartingEventArgsVPtr, *mut *mut *mut ICoreWebView2DownloadOperationVTable) -> HRESULT,
pub GetCancel: unsafe extern "stdcall" fn(*mut ICoreWebView2DownloadStartingEventArgsVPtr, *mut BOOL) -> HRESULT,
pub PutCancel: unsafe extern "stdcall" fn(*mut ICoreWebView2DownloadStartingEventArgsVPtr, BOOL) -> HRESULT,
pub GetResultFilePath: unsafe extern "stdcall" fn(*mut ICoreWebView2DownloadStartingEventArgsVPtr, *mut LPWSTR) -> HRESULT,
pub PutResultFilePath: unsafe extern "stdcall" fn(*mut ICoreWebView2DownloadStartingEventArgsVPtr, LPCWSTR) -> HRESULT,
pub GetHandled: unsafe extern "stdcall" fn(*mut ICoreWebView2DownloadStartingEventArgsVPtr, *mut BOOL) -> HRESULT,
pub PutHandled: unsafe extern "stdcall" fn(*mut ICoreWebView2DownloadStartingEventArgsVPtr, BOOL) -> HRESULT,
pub GetDeferral: unsafe extern "stdcall" fn(*mut ICoreWebView2DownloadStartingEventArgsVPtr, *mut *mut *mut ICoreWebView2DeferralVTable) -> HRESULT,
}Fields§
§iunknown_base: <dyn IUnknown as ComInterface>::VTable§GetDownloadOperation: unsafe extern "stdcall" fn(*mut ICoreWebView2DownloadStartingEventArgsVPtr, *mut *mut *mut ICoreWebView2DownloadOperationVTable) -> HRESULT§GetCancel: unsafe extern "stdcall" fn(*mut ICoreWebView2DownloadStartingEventArgsVPtr, *mut BOOL) -> HRESULT§PutCancel: unsafe extern "stdcall" fn(*mut ICoreWebView2DownloadStartingEventArgsVPtr, BOOL) -> HRESULT§GetResultFilePath: unsafe extern "stdcall" fn(*mut ICoreWebView2DownloadStartingEventArgsVPtr, *mut LPWSTR) -> HRESULT§PutResultFilePath: unsafe extern "stdcall" fn(*mut ICoreWebView2DownloadStartingEventArgsVPtr, LPCWSTR) -> HRESULT§GetHandled: unsafe extern "stdcall" fn(*mut ICoreWebView2DownloadStartingEventArgsVPtr, *mut BOOL) -> HRESULT§PutHandled: unsafe extern "stdcall" fn(*mut ICoreWebView2DownloadStartingEventArgsVPtr, BOOL) -> HRESULT§GetDeferral: unsafe extern "stdcall" fn(*mut ICoreWebView2DownloadStartingEventArgsVPtr, *mut *mut *mut ICoreWebView2DeferralVTable) -> HRESULTAuto Trait Implementations§
impl Freeze for ICoreWebView2DownloadStartingEventArgsVTable
impl RefUnwindSafe for ICoreWebView2DownloadStartingEventArgsVTable
impl Send for ICoreWebView2DownloadStartingEventArgsVTable
impl Sync for ICoreWebView2DownloadStartingEventArgsVTable
impl Unpin for ICoreWebView2DownloadStartingEventArgsVTable
impl UnwindSafe for ICoreWebView2DownloadStartingEventArgsVTable
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