Struct webview2_sys::ICoreWebView2WebResourceResponseVTable[][src]

#[repr(C)]
pub struct ICoreWebView2WebResourceResponseVTable { pub iunknown_base: <dyn IUnknown as ComInterface>::VTable, pub GetContent: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WebResourceResponseVPtr, _: *mut *mut *mut IStreamVTable) -> HRESULT, pub PutContent: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WebResourceResponseVPtr, _: *mut *mut IStreamVTable) -> HRESULT, pub GetHeaders: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WebResourceResponseVPtr, _: *mut *mut *mut ICoreWebView2HttpResponseHeadersVTable) -> HRESULT, pub GetStatusCode: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WebResourceResponseVPtr, _: *mut i32) -> HRESULT, pub PutStatusCode: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WebResourceResponseVPtr, _: i32) -> HRESULT, pub GetReasonPhrase: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WebResourceResponseVPtr, _: *mut LPWSTR) -> HRESULT, pub PutReasonPhrase: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WebResourceResponseVPtr, _: LPCWSTR) -> HRESULT, }

Fields

iunknown_base: <dyn IUnknown as ComInterface>::VTableGetContent: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WebResourceResponseVPtr, _: *mut *mut *mut IStreamVTable) -> HRESULTPutContent: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WebResourceResponseVPtr, _: *mut *mut IStreamVTable) -> HRESULTGetHeaders: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WebResourceResponseVPtr, _: *mut *mut *mut ICoreWebView2HttpResponseHeadersVTable) -> HRESULTGetStatusCode: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WebResourceResponseVPtr, _: *mut i32) -> HRESULTPutStatusCode: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WebResourceResponseVPtr, _: i32) -> HRESULTGetReasonPhrase: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WebResourceResponseVPtr, _: *mut LPWSTR) -> HRESULTPutReasonPhrase: unsafe extern "stdcall" fn(_: *mut ICoreWebView2WebResourceResponseVPtr, _: LPCWSTR) -> 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.