Trait webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2Settings5_Impl
source · pub trait ICoreWebView2Settings5_Impl: Sized + ICoreWebView2Settings4_Impl {
// Required methods
fn IsPinchZoomEnabled(&self, enabled: *mut BOOL) -> Result<(), Error>;
fn SetIsPinchZoomEnabled(&self, enabled: BOOL) -> Result<(), Error>;
}
Required Methods§
fn IsPinchZoomEnabled(&self, enabled: *mut BOOL) -> Result<(), Error>
fn SetIsPinchZoomEnabled(&self, enabled: BOOL) -> Result<(), Error>
Object Safety§
This trait is not object safe.