#[repr(C)]pub struct ICoreWebView2NavigationStartingEventArgsVTable {
pub iunknown_base: <dyn IUnknown as ComInterface>::VTable,
pub GetUri: unsafe extern "stdcall" fn(*mut ICoreWebView2NavigationStartingEventArgsVPtr, *mut LPWSTR) -> HRESULT,
pub GetIsUserInitiated: unsafe extern "stdcall" fn(*mut ICoreWebView2NavigationStartingEventArgsVPtr, *mut BOOL) -> HRESULT,
pub GetIsRedirected: unsafe extern "stdcall" fn(*mut ICoreWebView2NavigationStartingEventArgsVPtr, *mut BOOL) -> HRESULT,
pub GetRequestHeaders: unsafe extern "stdcall" fn(*mut ICoreWebView2NavigationStartingEventArgsVPtr, *mut *mut *mut ICoreWebView2HttpRequestHeadersVTable) -> HRESULT,
pub GetCancel: unsafe extern "stdcall" fn(*mut ICoreWebView2NavigationStartingEventArgsVPtr, *mut BOOL) -> HRESULT,
pub PutCancel: unsafe extern "stdcall" fn(*mut ICoreWebView2NavigationStartingEventArgsVPtr, BOOL) -> HRESULT,
pub GetNavigationId: unsafe extern "stdcall" fn(*mut ICoreWebView2NavigationStartingEventArgsVPtr, *mut u64) -> HRESULT,
}Fields§
§iunknown_base: <dyn IUnknown as ComInterface>::VTable§GetUri: unsafe extern "stdcall" fn(*mut ICoreWebView2NavigationStartingEventArgsVPtr, *mut LPWSTR) -> HRESULT§GetIsUserInitiated: unsafe extern "stdcall" fn(*mut ICoreWebView2NavigationStartingEventArgsVPtr, *mut BOOL) -> HRESULT§GetIsRedirected: unsafe extern "stdcall" fn(*mut ICoreWebView2NavigationStartingEventArgsVPtr, *mut BOOL) -> HRESULT§GetRequestHeaders: unsafe extern "stdcall" fn(*mut ICoreWebView2NavigationStartingEventArgsVPtr, *mut *mut *mut ICoreWebView2HttpRequestHeadersVTable) -> HRESULT§GetCancel: unsafe extern "stdcall" fn(*mut ICoreWebView2NavigationStartingEventArgsVPtr, *mut BOOL) -> HRESULT§PutCancel: unsafe extern "stdcall" fn(*mut ICoreWebView2NavigationStartingEventArgsVPtr, BOOL) -> HRESULTAuto Trait Implementations§
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