#[repr(C)]pub struct ICoreWebView2Environment3VTable {
pub icore_web_view2_environment2_base: <dyn ICoreWebView2Environment2 as ComInterface>::VTable,
pub CreateCoreWebView2CompositionController: unsafe extern "stdcall" fn(*mut ICoreWebView2Environment3VPtr, HWND, *mut *mut ICoreWebView2CreateCoreWebView2CompositionControllerCompletedHandlerVTable) -> HRESULT,
pub CreateCoreWebView2PointerInfo: unsafe extern "stdcall" fn(*mut ICoreWebView2Environment3VPtr, *mut *mut *mut ICoreWebView2PointerInfoVTable) -> HRESULT,
}Fields§
§icore_web_view2_environment2_base: <dyn ICoreWebView2Environment2 as ComInterface>::VTable§CreateCoreWebView2CompositionController: unsafe extern "stdcall" fn(*mut ICoreWebView2Environment3VPtr, HWND, *mut *mut ICoreWebView2CreateCoreWebView2CompositionControllerCompletedHandlerVTable) -> HRESULT§CreateCoreWebView2PointerInfo: unsafe extern "stdcall" fn(*mut ICoreWebView2Environment3VPtr, *mut *mut *mut ICoreWebView2PointerInfoVTable) -> HRESULTAuto Trait Implementations§
impl Freeze for ICoreWebView2Environment3VTable
impl RefUnwindSafe for ICoreWebView2Environment3VTable
impl Send for ICoreWebView2Environment3VTable
impl Sync for ICoreWebView2Environment3VTable
impl Unpin for ICoreWebView2Environment3VTable
impl UnwindSafe for ICoreWebView2Environment3VTable
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