Struct webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2AcceleratorKeyPressedEventArgs_Vtbl
source · #[repr(C)]pub struct ICoreWebView2AcceleratorKeyPressedEventArgs_Vtbl {
pub base__: IUnknown_Vtbl,
pub KeyEventKind: unsafe extern "system" fn(_: *mut c_void, _: *mut COREWEBVIEW2_KEY_EVENT_KIND) -> HRESULT,
pub VirtualKey: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub KeyEventLParam: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub PhysicalKeyStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut COREWEBVIEW2_PHYSICAL_KEY_STATUS) -> HRESULT,
pub Handled: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub SetHandled: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§KeyEventKind: unsafe extern "system" fn(_: *mut c_void, _: *mut COREWEBVIEW2_KEY_EVENT_KIND) -> HRESULT
§VirtualKey: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§KeyEventLParam: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§PhysicalKeyStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut COREWEBVIEW2_PHYSICAL_KEY_STATUS) -> HRESULT
§Handled: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§SetHandled: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
Implementations§
source§impl ICoreWebView2AcceleratorKeyPressedEventArgs_Vtbl
impl ICoreWebView2AcceleratorKeyPressedEventArgs_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ICoreWebView2AcceleratorKeyPressedEventArgs_Vtblwhere
Identity: IUnknownImpl + ICoreWebView2AcceleratorKeyPressedEventArgs_Impl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICoreWebView2AcceleratorKeyPressedEventArgs_Vtbl
impl RefUnwindSafe for ICoreWebView2AcceleratorKeyPressedEventArgs_Vtbl
impl Send for ICoreWebView2AcceleratorKeyPressedEventArgs_Vtbl
impl Sync for ICoreWebView2AcceleratorKeyPressedEventArgs_Vtbl
impl Unpin for ICoreWebView2AcceleratorKeyPressedEventArgs_Vtbl
impl UnwindSafe for ICoreWebView2AcceleratorKeyPressedEventArgs_Vtbl
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more