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§
fn Reason(&self, reason: *mut COREWEBVIEW2_MOVE_FOCUS_REASON) -> Result<()>
fn Handled(&self, value: *mut BOOL) -> Result<()>
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.