Skip to main content

ICoreWebView2AcceleratorKeyPressedEventArgs_Impl

Trait ICoreWebView2AcceleratorKeyPressedEventArgs_Impl 

Source
pub trait ICoreWebView2AcceleratorKeyPressedEventArgs_Impl: IUnknownImpl {
    // Required methods
    fn KeyEventKind(&self) -> Result<COREWEBVIEW2_KEY_EVENT_KIND>;
    fn VirtualKey(&self) -> Result<u32>;
    fn KeyEventLParam(&self) -> Result<i32>;
    fn PhysicalKeyStatus(
        &self,
        physicalkeystatus: *mut COREWEBVIEW2_PHYSICAL_KEY_STATUS,
    ) -> Result<()>;
    fn Handled(&self) -> Result<BOOL>;
    fn SetHandled(&self, handled: BOOL) -> Result<()>;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§