Struct webview2_sys::ICoreWebView2Environment3VTable[][src]

#[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>::VTableCreateCoreWebView2CompositionController: unsafe extern "stdcall" fn(_: *mut ICoreWebView2Environment3VPtr, _: HWND, _: *mut *mut ICoreWebView2CreateCoreWebView2CompositionControllerCompletedHandlerVTable) -> HRESULTCreateCoreWebView2PointerInfo: unsafe extern "stdcall" fn(_: *mut ICoreWebView2Environment3VPtr, _: *mut *mut *mut ICoreWebView2PointerInfoVTable) -> HRESULT

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.