pub trait ICoreWebView2Controller2_Impl: Sized + ICoreWebView2Controller_Impl {
// Required methods
fn DefaultBackgroundColor(
&self,
backgroundcolor: *mut COREWEBVIEW2_COLOR,
) -> Result<()>;
fn SetDefaultBackgroundColor(
&self,
backgroundcolor: &COREWEBVIEW2_COLOR,
) -> Result<()>;
}
Required Methods§
fn DefaultBackgroundColor( &self, backgroundcolor: *mut COREWEBVIEW2_COLOR, ) -> Result<()>
fn SetDefaultBackgroundColor( &self, backgroundcolor: &COREWEBVIEW2_COLOR, ) -> Result<()>
Object Safety§
This trait is not object safe.