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