Struct webview2_sys::ICoreWebView2WebResourceRequestVTable[][src]

#[repr(C)]
pub struct ICoreWebView2WebResourceRequestVTable { pub iunknown_base: <dyn IUnknown as ComInterface>::VTable, pub GetUri: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WebResourceRequestVPtr, _: *mut LPWSTR) -> HRESULT, pub PutUri: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WebResourceRequestVPtr, _: LPCWSTR) -> HRESULT, pub GetMethod: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WebResourceRequestVPtr, _: *mut LPWSTR) -> HRESULT, pub PutMethod: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WebResourceRequestVPtr, _: LPCWSTR) -> HRESULT, pub GetContent: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WebResourceRequestVPtr, _: *mut *mut *mut IStreamVTable) -> HRESULT, pub PutContent: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WebResourceRequestVPtr, _: *mut *mut IStreamVTable) -> HRESULT, pub GetHeaders: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WebResourceRequestVPtr, _: *mut *mut *mut ICoreWebView2HttpRequestHeadersVTable) -> HRESULT, }

Fields

iunknown_base: <dyn IUnknown as ComInterface>::VTableGetUri: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WebResourceRequestVPtr, _: *mut LPWSTR) -> HRESULTPutUri: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WebResourceRequestVPtr, _: LPCWSTR) -> HRESULTGetMethod: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WebResourceRequestVPtr, _: *mut LPWSTR) -> HRESULTPutMethod: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WebResourceRequestVPtr, _: LPCWSTR) -> HRESULTGetContent: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WebResourceRequestVPtr, _: *mut *mut *mut IStreamVTable) -> HRESULTPutContent: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WebResourceRequestVPtr, _: *mut *mut IStreamVTable) -> HRESULTGetHeaders: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WebResourceRequestVPtr, _: *mut *mut *mut ICoreWebView2HttpRequestHeadersVTable) -> 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.