Trait webview2_com_sys::Microsoft::Web::WebView2::Win32::ICoreWebView2EnvironmentOptions8_Impl
source · pub trait ICoreWebView2EnvironmentOptions8_Impl: Sized {
// Required methods
fn ScrollBarStyle(
&self,
value: *mut COREWEBVIEW2_SCROLLBAR_STYLE,
) -> Result<()>;
fn SetScrollBarStyle(
&self,
value: COREWEBVIEW2_SCROLLBAR_STYLE,
) -> Result<()>;
}
Required Methods§
fn ScrollBarStyle(&self, value: *mut COREWEBVIEW2_SCROLLBAR_STYLE) -> Result<()>
fn SetScrollBarStyle(&self, value: COREWEBVIEW2_SCROLLBAR_STYLE) -> Result<()>
Object Safety§
This trait is not object safe.