pub trait ICoreWebView2Profile6_Impl: 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<()>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.