#[repr(C)]pub struct ICoreWebView2ContentLoadingEventArgsVTable {
pub iunknown_base: <dyn IUnknown as ComInterface>::VTable,
pub GetIsErrorPage: unsafe extern "stdcall" fn(*mut ICoreWebView2ContentLoadingEventArgsVPtr, *mut BOOL) -> HRESULT,
pub GetNavigationId: unsafe extern "stdcall" fn(*mut ICoreWebView2ContentLoadingEventArgsVPtr, *mut u64) -> HRESULT,
}Fields§
§iunknown_base: <dyn IUnknown as ComInterface>::VTable§GetIsErrorPage: unsafe extern "stdcall" fn(*mut ICoreWebView2ContentLoadingEventArgsVPtr, *mut BOOL) -> HRESULTAuto Trait Implementations§
impl Freeze for ICoreWebView2ContentLoadingEventArgsVTable
impl RefUnwindSafe for ICoreWebView2ContentLoadingEventArgsVTable
impl Send for ICoreWebView2ContentLoadingEventArgsVTable
impl Sync for ICoreWebView2ContentLoadingEventArgsVTable
impl Unpin for ICoreWebView2ContentLoadingEventArgsVTable
impl UnwindSafe for ICoreWebView2ContentLoadingEventArgsVTable
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