Struct webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2AcceleratorKeyPressedEventArgs
source · [−]#[repr(transparent)]pub struct ICoreWebView2AcceleratorKeyPressedEventArgs(_);
Implementations
sourceimpl ICoreWebView2AcceleratorKeyPressedEventArgs
impl ICoreWebView2AcceleratorKeyPressedEventArgs
pub unsafe fn KeyEventKind(
&self,
keyeventkind: *mut COREWEBVIEW2_KEY_EVENT_KIND
) -> Result<(), Error>
pub unsafe fn VirtualKey(&self, virtualkey: *mut u32) -> Result<(), Error>
pub unsafe fn KeyEventLParam(&self, lparam: *mut i32) -> Result<(), Error>
pub unsafe fn PhysicalKeyStatus(
&self,
physicalkeystatus: *mut COREWEBVIEW2_PHYSICAL_KEY_STATUS
) -> Result<(), Error>
pub unsafe fn Handled(&self, handled: *mut BOOL) -> Result<(), Error>
pub unsafe fn SetHandled<P0>(&self, handled: P0) -> Result<(), Error> where
P0: Into<BOOL>,
Trait Implementations
sourceimpl Clone for ICoreWebView2AcceleratorKeyPressedEventArgs
impl Clone for ICoreWebView2AcceleratorKeyPressedEventArgs
sourcefn clone(&self) -> ICoreWebView2AcceleratorKeyPressedEventArgs
fn clone(&self) -> ICoreWebView2AcceleratorKeyPressedEventArgs
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Interface for ICoreWebView2AcceleratorKeyPressedEventArgs
impl Interface for ICoreWebView2AcceleratorKeyPressedEventArgs
sourceconst IID: GUID = ::windows::core::GUID::from_u128(211960257606566547876872573946879257031)
const IID: GUID = ::windows::core::GUID::from_u128(211960257606566547876872573946879257031)
A unique identifier representing this interface.
sourceimpl PartialEq<ICoreWebView2AcceleratorKeyPressedEventArgs> for ICoreWebView2AcceleratorKeyPressedEventArgs
impl PartialEq<ICoreWebView2AcceleratorKeyPressedEventArgs> for ICoreWebView2AcceleratorKeyPressedEventArgs
sourcefn eq(&self, other: &ICoreWebView2AcceleratorKeyPressedEventArgs) -> bool
fn eq(&self, other: &ICoreWebView2AcceleratorKeyPressedEventArgs) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Eq for ICoreWebView2AcceleratorKeyPressedEventArgs
Auto Trait Implementations
impl RefUnwindSafe for ICoreWebView2AcceleratorKeyPressedEventArgs
impl !Send for ICoreWebView2AcceleratorKeyPressedEventArgs
impl !Sync for ICoreWebView2AcceleratorKeyPressedEventArgs
impl Unpin for ICoreWebView2AcceleratorKeyPressedEventArgs
impl UnwindSafe for ICoreWebView2AcceleratorKeyPressedEventArgs
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more