Struct webview2_sys::ICoreWebView2Environment4VTable[][src]

#[repr(C)]
pub struct ICoreWebView2Environment4VTable { pub icore_web_view2_environment3_base: <dyn ICoreWebView2Environment3 as ComInterface>::VTable, pub GetProviderForHwnd: unsafe extern "stdcall" fn(_: *mut ICoreWebView2Environment4VPtr, _: HWND, _: *mut *mut *mut IUnknownVTable) -> HRESULT, }

Fields

icore_web_view2_environment3_base: <dyn ICoreWebView2Environment3 as ComInterface>::VTableGetProviderForHwnd: unsafe extern "stdcall" fn(_: *mut ICoreWebView2Environment4VPtr, _: HWND, _: *mut *mut *mut IUnknownVTable) -> 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.