Struct webview2_sys::ICoreWebView2CompositionController2VTable[][src]

#[repr(C)]
pub struct ICoreWebView2CompositionController2VTable { pub icore_web_view2_composition_controller_base: <dyn ICoreWebView2CompositionController as ComInterface>::VTable, pub GetUiaprovider: unsafe extern "stdcall" fn(_: *mut ICoreWebView2CompositionController2VPtr, _: *mut *mut *mut IUnknownVTable) -> HRESULT, }

Fields

icore_web_view2_composition_controller_base: <dyn ICoreWebView2CompositionController as ComInterface>::VTableGetUiaprovider: unsafe extern "stdcall" fn(_: *mut ICoreWebView2CompositionController2VPtr, _: *mut *mut *mut IUnknownVTable) -> HRESULT

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.