#[repr(C)]pub struct ICoreWebView2ClientCertificateCollectionVTable {
pub iunknown_base: <dyn IUnknown as ComInterface>::VTable,
pub GetCount: unsafe extern "stdcall" fn(*mut ICoreWebView2ClientCertificateCollectionVPtr, *mut u32) -> HRESULT,
pub GetValueAtIndex: unsafe extern "stdcall" fn(*mut ICoreWebView2ClientCertificateCollectionVPtr, u32, *mut *mut *mut ICoreWebView2ClientCertificateVTable) -> HRESULT,
}
Fields§
§iunknown_base: <dyn IUnknown as ComInterface>::VTable
§GetCount: unsafe extern "stdcall" fn(*mut ICoreWebView2ClientCertificateCollectionVPtr, *mut u32) -> HRESULT
§GetValueAtIndex: unsafe extern "stdcall" fn(*mut ICoreWebView2ClientCertificateCollectionVPtr, u32, *mut *mut *mut ICoreWebView2ClientCertificateVTable) -> HRESULT
Auto Trait Implementations§
impl Freeze for ICoreWebView2ClientCertificateCollectionVTable
impl RefUnwindSafe for ICoreWebView2ClientCertificateCollectionVTable
impl Send for ICoreWebView2ClientCertificateCollectionVTable
impl Sync for ICoreWebView2ClientCertificateCollectionVTable
impl Unpin for ICoreWebView2ClientCertificateCollectionVTable
impl UnwindSafe for ICoreWebView2ClientCertificateCollectionVTable
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