webview2_com::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<(), Error>;
    fn Handled(&self, value: *mut BOOL) -> Result<(), Error>;
    fn SetHandled(&self, value: BOOL) -> Result<(), Error>;
}

Required Methods§

Source

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

Source

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

Source

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

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§