#[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>::VTable§GetIsPasswordAutosaveEnabled: unsafe extern "stdcall" fn(*mut ICoreWebView2Settings4VPtr, *mut BOOL) -> HRESULT§PutIsPasswordAutosaveEnabled: unsafe extern "stdcall" fn(*mut ICoreWebView2Settings4VPtr, BOOL) -> HRESULT§GetIsGeneralAutofillEnabled: unsafe extern "stdcall" fn(*mut ICoreWebView2Settings4VPtr, *mut BOOL) -> HRESULT§PutIsGeneralAutofillEnabled: unsafe extern "stdcall" fn(*mut ICoreWebView2Settings4VPtr, BOOL) -> HRESULTAuto Trait Implementations§
impl Freeze for ICoreWebView2Settings4VTable
impl RefUnwindSafe for ICoreWebView2Settings4VTable
impl Send for ICoreWebView2Settings4VTable
impl Sync for ICoreWebView2Settings4VTable
impl Unpin for ICoreWebView2Settings4VTable
impl UnsafeUnpin for ICoreWebView2Settings4VTable
impl UnwindSafe for ICoreWebView2Settings4VTable
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