Trait IWPCWebSettings_Impl
pub trait IWPCWebSettings_Impl: IWPCSettings_Impl {
// Required methods
fn GetSettings(&self) -> Result<WPCFLAG_WEB_SETTING>;
fn RequestURLOverride(
&self,
hwnd: HWND,
pcszurl: &PCWSTR,
curls: u32,
ppcszsuburls: *const PCWSTR,
) -> Result<BOOL>;
}
Required Methods§
fn GetSettings(&self) -> Result<WPCFLAG_WEB_SETTING>
fn RequestURLOverride( &self, hwnd: HWND, pcszurl: &PCWSTR, curls: u32, ppcszsuburls: *const PCWSTR, ) -> Result<BOOL>
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.