Struct webview2_sys::ICoreWebView2Controller3VTable[][src]

#[repr(C)]
pub struct ICoreWebView2Controller3VTable { pub icore_web_view2_controller2_base: <dyn ICoreWebView2Controller2 as ComInterface>::VTable, pub GetRasterizationScale: unsafe extern "stdcall" fn(_: *mut ICoreWebView2Controller3VPtr, _: *mut f64) -> HRESULT, pub PutRasterizationScale: unsafe extern "stdcall" fn(_: *mut ICoreWebView2Controller3VPtr, _: f64) -> HRESULT, pub GetShouldDetectMonitorScaleChanges: unsafe extern "stdcall" fn(_: *mut ICoreWebView2Controller3VPtr, _: *mut BOOL) -> HRESULT, pub PutShouldDetectMonitorScaleChanges: unsafe extern "stdcall" fn(_: *mut ICoreWebView2Controller3VPtr, _: BOOL) -> HRESULT, pub AddRasterizationScaleChanged: unsafe extern "stdcall" fn(_: *mut ICoreWebView2Controller3VPtr, _: *mut *mut ICoreWebView2RasterizationScaleChangedEventHandlerVTable, _: *mut EventRegistrationToken) -> HRESULT, pub RemoveRasterizationScaleChanged: unsafe extern "stdcall" fn(_: *mut ICoreWebView2Controller3VPtr, _: EventRegistrationToken) -> HRESULT, pub GetBoundsMode: unsafe extern "stdcall" fn(_: *mut ICoreWebView2Controller3VPtr, _: *mut BoundsMode) -> HRESULT, pub PutBoundsMode: unsafe extern "stdcall" fn(_: *mut ICoreWebView2Controller3VPtr, _: BoundsMode) -> HRESULT, }

Fields

icore_web_view2_controller2_base: <dyn ICoreWebView2Controller2 as ComInterface>::VTableGetRasterizationScale: unsafe extern "stdcall" fn(_: *mut ICoreWebView2Controller3VPtr, _: *mut f64) -> HRESULTPutRasterizationScale: unsafe extern "stdcall" fn(_: *mut ICoreWebView2Controller3VPtr, _: f64) -> HRESULTGetShouldDetectMonitorScaleChanges: unsafe extern "stdcall" fn(_: *mut ICoreWebView2Controller3VPtr, _: *mut BOOL) -> HRESULTPutShouldDetectMonitorScaleChanges: unsafe extern "stdcall" fn(_: *mut ICoreWebView2Controller3VPtr, _: BOOL) -> HRESULTAddRasterizationScaleChanged: unsafe extern "stdcall" fn(_: *mut ICoreWebView2Controller3VPtr, _: *mut *mut ICoreWebView2RasterizationScaleChangedEventHandlerVTable, _: *mut EventRegistrationToken) -> HRESULTRemoveRasterizationScaleChanged: unsafe extern "stdcall" fn(_: *mut ICoreWebView2Controller3VPtr, _: EventRegistrationToken) -> HRESULTGetBoundsMode: unsafe extern "stdcall" fn(_: *mut ICoreWebView2Controller3VPtr, _: *mut BoundsMode) -> HRESULTPutBoundsMode: unsafe extern "stdcall" fn(_: *mut ICoreWebView2Controller3VPtr, _: BoundsMode) -> 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.