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