#[repr(C)]pub struct ICoreWebView2AcceleratorKeyPressedEventArgsVTable {
pub iunknown_base: <dyn IUnknown as ComInterface>::VTable,
pub GetKeyEventKind: unsafe extern "stdcall" fn(*mut ICoreWebView2AcceleratorKeyPressedEventArgsVPtr, *mut KeyEventKind) -> HRESULT,
pub GetVirtualKey: unsafe extern "stdcall" fn(*mut ICoreWebView2AcceleratorKeyPressedEventArgsVPtr, *mut u32) -> HRESULT,
pub GetKeyEventLparam: unsafe extern "stdcall" fn(*mut ICoreWebView2AcceleratorKeyPressedEventArgsVPtr, *mut i32) -> HRESULT,
pub GetPhysicalKeyStatus: unsafe extern "stdcall" fn(*mut ICoreWebView2AcceleratorKeyPressedEventArgsVPtr, *mut PhysicalKeyStatus) -> HRESULT,
pub GetHandled: unsafe extern "stdcall" fn(*mut ICoreWebView2AcceleratorKeyPressedEventArgsVPtr, *mut BOOL) -> HRESULT,
pub PutHandled: unsafe extern "stdcall" fn(*mut ICoreWebView2AcceleratorKeyPressedEventArgsVPtr, BOOL) -> HRESULT,
}
Fields§
§iunknown_base: <dyn IUnknown as ComInterface>::VTable
§GetKeyEventKind: unsafe extern "stdcall" fn(*mut ICoreWebView2AcceleratorKeyPressedEventArgsVPtr, *mut KeyEventKind) -> HRESULT
§GetVirtualKey: unsafe extern "stdcall" fn(*mut ICoreWebView2AcceleratorKeyPressedEventArgsVPtr, *mut u32) -> HRESULT
§GetKeyEventLparam: unsafe extern "stdcall" fn(*mut ICoreWebView2AcceleratorKeyPressedEventArgsVPtr, *mut i32) -> HRESULT
§GetPhysicalKeyStatus: unsafe extern "stdcall" fn(*mut ICoreWebView2AcceleratorKeyPressedEventArgsVPtr, *mut PhysicalKeyStatus) -> HRESULT
§GetHandled: unsafe extern "stdcall" fn(*mut ICoreWebView2AcceleratorKeyPressedEventArgsVPtr, *mut BOOL) -> HRESULT
§PutHandled: unsafe extern "stdcall" fn(*mut ICoreWebView2AcceleratorKeyPressedEventArgsVPtr, BOOL) -> HRESULT
Auto Trait Implementations§
impl Freeze for ICoreWebView2AcceleratorKeyPressedEventArgsVTable
impl RefUnwindSafe for ICoreWebView2AcceleratorKeyPressedEventArgsVTable
impl Send for ICoreWebView2AcceleratorKeyPressedEventArgsVTable
impl Sync for ICoreWebView2AcceleratorKeyPressedEventArgsVTable
impl Unpin for ICoreWebView2AcceleratorKeyPressedEventArgsVTable
impl UnwindSafe for ICoreWebView2AcceleratorKeyPressedEventArgsVTable
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