pub trait ICoreWebView2Settings5_Impl: Sized + ICoreWebView2Settings_Impl + ICoreWebView2Settings2_Impl + ICoreWebView2Settings3_Impl + ICoreWebView2Settings4_Impl {
fn IsPinchZoomEnabled(&self, enabled: *mut BOOL) -> Result<()>;
fn SetIsPinchZoomEnabled(&self, enabled: BOOL) -> Result<()>;
}
Required Methods
source