Struct webview2_sys::ICoreWebView2Environment2VTable[][src]

#[repr(C)]
pub struct ICoreWebView2Environment2VTable { pub icore_web_view2_environment_base: <dyn ICoreWebView2Environment as ComInterface>::VTable, pub CreateWebResourceRequest: unsafe extern "stdcall" fn(_: *mut ICoreWebView2Environment2VPtr, _: LPCWSTR, _: LPCWSTR, _: *mut *mut IStreamVTable, _: LPCWSTR, _: *mut *mut *mut ICoreWebView2WebResourceRequestVTable) -> HRESULT, }

Fields

icore_web_view2_environment_base: <dyn ICoreWebView2Environment as ComInterface>::VTableCreateWebResourceRequest: unsafe extern "stdcall" fn(_: *mut ICoreWebView2Environment2VPtr, _: LPCWSTR, _: LPCWSTR, _: *mut *mut IStreamVTable, _: LPCWSTR, _: *mut *mut *mut ICoreWebView2WebResourceRequestVTable) -> 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.