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