#[repr(C)]pub struct ICoreWebView2DownloadStartingEventHandlerVTable {
pub iunknown_base: <dyn IUnknown as ComInterface>::VTable,
pub Invoke: unsafe extern "stdcall" fn(*mut ICoreWebView2DownloadStartingEventHandlerVPtr, *mut *mut ICoreWebView2VTable, *mut *mut ICoreWebView2DownloadStartingEventArgsVTable) -> HRESULT,
}
Fields§
§iunknown_base: <dyn IUnknown as ComInterface>::VTable
§Invoke: unsafe extern "stdcall" fn(*mut ICoreWebView2DownloadStartingEventHandlerVPtr, *mut *mut ICoreWebView2VTable, *mut *mut ICoreWebView2DownloadStartingEventArgsVTable) -> HRESULT
Auto Trait Implementations§
impl Freeze for ICoreWebView2DownloadStartingEventHandlerVTable
impl RefUnwindSafe for ICoreWebView2DownloadStartingEventHandlerVTable
impl Send for ICoreWebView2DownloadStartingEventHandlerVTable
impl Sync for ICoreWebView2DownloadStartingEventHandlerVTable
impl Unpin for ICoreWebView2DownloadStartingEventHandlerVTable
impl UnwindSafe for ICoreWebView2DownloadStartingEventHandlerVTable
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