pub trait ICoreWebView2Settings6_Impl: Sized + ICoreWebView2Settings5_Impl {
    // Required methods
    fn IsSwipeNavigationEnabled(&self, enabled: *mut BOOL) -> Result<(), Error>;
    fn SetIsSwipeNavigationEnabled(&self, enabled: BOOL) -> Result<(), Error>;
}

Required Methods§

source

fn IsSwipeNavigationEnabled(&self, enabled: *mut BOOL) -> Result<(), Error>

source

fn SetIsSwipeNavigationEnabled(&self, enabled: BOOL) -> Result<(), Error>

Object Safety§

This trait is not object safe.

Implementors§