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