pub trait ICoreWebView2Profile6_Impl: Sized + ICoreWebView2Profile5_Impl {
// Required methods
fn IsPasswordAutosaveEnabled(&self, value: *mut BOOL) -> Result<()>;
fn SetIsPasswordAutosaveEnabled(&self, value: BOOL) -> Result<()>;
fn IsGeneralAutofillEnabled(&self, value: *mut BOOL) -> Result<()>;
fn SetIsGeneralAutofillEnabled(&self, value: BOOL) -> Result<()>;
}
Required Methods§
fn IsPasswordAutosaveEnabled(&self, value: *mut BOOL) -> Result<()>
fn SetIsPasswordAutosaveEnabled(&self, value: BOOL) -> Result<()>
fn IsGeneralAutofillEnabled(&self, value: *mut BOOL) -> Result<()>
fn SetIsGeneralAutofillEnabled(&self, value: BOOL) -> Result<()>
Object Safety§
This trait is not object safe.