Struct webview2_sys::ICoreWebView2ClientCertificateVTable[][src]

#[repr(C)]
pub struct ICoreWebView2ClientCertificateVTable { pub iunknown_base: <dyn IUnknown as ComInterface>::VTable, pub GetSubject: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ClientCertificateVPtr, _: *mut LPWSTR) -> HRESULT, pub GetIssuer: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ClientCertificateVPtr, _: *mut LPWSTR) -> HRESULT, pub GetValidFrom: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ClientCertificateVPtr, _: *mut f64) -> HRESULT, pub GetValidTo: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ClientCertificateVPtr, _: *mut f64) -> HRESULT, pub GetDerEncodedSerialNumber: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ClientCertificateVPtr, _: *mut LPWSTR) -> HRESULT, pub GetDisplayName: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ClientCertificateVPtr, _: *mut LPWSTR) -> HRESULT, pub ToPemEncoding: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ClientCertificateVPtr, _: *mut LPWSTR) -> HRESULT, pub GetPemEncodedIssuerCertificateChain: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ClientCertificateVPtr, _: *mut *mut *mut ICoreWebView2StringCollectionVTable) -> HRESULT, pub GetKind: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ClientCertificateVPtr, _: *mut ClientCertificateKind) -> HRESULT, }

Fields

iunknown_base: <dyn IUnknown as ComInterface>::VTableGetSubject: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ClientCertificateVPtr, _: *mut LPWSTR) -> HRESULTGetIssuer: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ClientCertificateVPtr, _: *mut LPWSTR) -> HRESULTGetValidFrom: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ClientCertificateVPtr, _: *mut f64) -> HRESULTGetValidTo: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ClientCertificateVPtr, _: *mut f64) -> HRESULTGetDerEncodedSerialNumber: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ClientCertificateVPtr, _: *mut LPWSTR) -> HRESULTGetDisplayName: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ClientCertificateVPtr, _: *mut LPWSTR) -> HRESULTToPemEncoding: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ClientCertificateVPtr, _: *mut LPWSTR) -> HRESULTGetPemEncodedIssuerCertificateChain: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ClientCertificateVPtr, _: *mut *mut *mut ICoreWebView2StringCollectionVTable) -> HRESULTGetKind: unsafe extern "stdcall" fn(_: *mut ICoreWebView2ClientCertificateVPtr, _: *mut ClientCertificateKind) -> 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.