webview2_com_sys::Microsoft::Web::WebView2::Win32

Trait ICoreWebView2MoveFocusRequestedEventArgs_Impl

Source
pub trait ICoreWebView2MoveFocusRequestedEventArgs_Impl: IUnknownImpl {
    // Required methods
    fn Reason(&self, reason: *mut COREWEBVIEW2_MOVE_FOCUS_REASON) -> Result<()>;
    fn Handled(&self, value: *mut BOOL) -> Result<()>;
    fn SetHandled(&self, value: BOOL) -> Result<()>;
}

Required Methods§

Source

fn Reason(&self, reason: *mut COREWEBVIEW2_MOVE_FOCUS_REASON) -> Result<()>

Source

fn Handled(&self, value: *mut BOOL) -> Result<()>

Source

fn SetHandled(&self, value: BOOL) -> Result<()>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§