Struct webview2_sys::ICoreWebView2Environment3VTable[][src]

#[repr(C)]
pub struct ICoreWebView2Environment3VTable { pub icore_web_view2_environment2_base: <dyn ICoreWebView2Environment2 as ComInterface>::VTable, pub CreateCoreWebView2CompositionController: unsafe extern "stdcall" fn(_: *mut ICoreWebView2Environment3VPtr, _: HWND, _: *mut *mut ICoreWebView2CreateCoreWebView2CompositionControllerCompletedHandlerVTable) -> HRESULT, pub CreateCoreWebView2PointerInfo: unsafe extern "stdcall" fn(_: *mut ICoreWebView2Environment3VPtr, _: *mut *mut *mut ICoreWebView2PointerInfoVTable) -> HRESULT, }

Fields

icore_web_view2_environment2_base: <dyn ICoreWebView2Environment2 as ComInterface>::VTableCreateCoreWebView2CompositionController: unsafe extern "stdcall" fn(_: *mut ICoreWebView2Environment3VPtr, _: HWND, _: *mut *mut ICoreWebView2CreateCoreWebView2CompositionControllerCompletedHandlerVTable) -> HRESULTCreateCoreWebView2PointerInfo: unsafe extern "stdcall" fn(_: *mut ICoreWebView2Environment3VPtr, _: *mut *mut *mut ICoreWebView2PointerInfoVTable) -> HRESULT

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.