Struct webview2_sys::ICoreWebView2Settings4VTable[][src]

#[repr(C)]
pub struct ICoreWebView2Settings4VTable { pub icore_web_view2_settings3_base: <dyn ICoreWebView2Settings3 as ComInterface>::VTable, pub GetIsPasswordAutosaveEnabled: unsafe extern "stdcall" fn(_: *mut ICoreWebView2Settings4VPtr, _: *mut BOOL) -> HRESULT, pub PutIsPasswordAutosaveEnabled: unsafe extern "stdcall" fn(_: *mut ICoreWebView2Settings4VPtr, _: BOOL) -> HRESULT, pub GetIsGeneralAutofillEnabled: unsafe extern "stdcall" fn(_: *mut ICoreWebView2Settings4VPtr, _: *mut BOOL) -> HRESULT, pub PutIsGeneralAutofillEnabled: unsafe extern "stdcall" fn(_: *mut ICoreWebView2Settings4VPtr, _: BOOL) -> HRESULT, }

Fields

icore_web_view2_settings3_base: <dyn ICoreWebView2Settings3 as ComInterface>::VTableGetIsPasswordAutosaveEnabled: unsafe extern "stdcall" fn(_: *mut ICoreWebView2Settings4VPtr, _: *mut BOOL) -> HRESULTPutIsPasswordAutosaveEnabled: unsafe extern "stdcall" fn(_: *mut ICoreWebView2Settings4VPtr, _: BOOL) -> HRESULTGetIsGeneralAutofillEnabled: unsafe extern "stdcall" fn(_: *mut ICoreWebView2Settings4VPtr, _: *mut BOOL) -> HRESULTPutIsGeneralAutofillEnabled: unsafe extern "stdcall" fn(_: *mut ICoreWebView2Settings4VPtr, _: BOOL) -> 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.