#[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>::VTable§GetSubject: unsafe extern "stdcall" fn(*mut ICoreWebView2ClientCertificateVPtr, *mut LPWSTR) -> HRESULT§GetIssuer: unsafe extern "stdcall" fn(*mut ICoreWebView2ClientCertificateVPtr, *mut LPWSTR) -> HRESULT§GetValidFrom: unsafe extern "stdcall" fn(*mut ICoreWebView2ClientCertificateVPtr, *mut f64) -> HRESULT§GetValidTo: unsafe extern "stdcall" fn(*mut ICoreWebView2ClientCertificateVPtr, *mut f64) -> HRESULT§GetDerEncodedSerialNumber: unsafe extern "stdcall" fn(*mut ICoreWebView2ClientCertificateVPtr, *mut LPWSTR) -> HRESULT§GetDisplayName: unsafe extern "stdcall" fn(*mut ICoreWebView2ClientCertificateVPtr, *mut LPWSTR) -> HRESULT§ToPemEncoding: unsafe extern "stdcall" fn(*mut ICoreWebView2ClientCertificateVPtr, *mut LPWSTR) -> HRESULT§GetPemEncodedIssuerCertificateChain: unsafe extern "stdcall" fn(*mut ICoreWebView2ClientCertificateVPtr, *mut *mut *mut ICoreWebView2StringCollectionVTable) -> HRESULT§GetKind: unsafe extern "stdcall" fn(*mut ICoreWebView2ClientCertificateVPtr, *mut ClientCertificateKind) -> HRESULTAuto Trait Implementations§
impl Freeze for ICoreWebView2ClientCertificateVTable
impl RefUnwindSafe for ICoreWebView2ClientCertificateVTable
impl Send for ICoreWebView2ClientCertificateVTable
impl Sync for ICoreWebView2ClientCertificateVTable
impl Unpin for ICoreWebView2ClientCertificateVTable
impl UnwindSafe for ICoreWebView2ClientCertificateVTable
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more