pub struct CoreWebView2AcceleratorKeyPressedEventArgs(/* private fields */);
Implementations§
Source§impl CoreWebView2AcceleratorKeyPressedEventArgs
impl CoreWebView2AcceleratorKeyPressedEventArgs
pub fn KeyEventKind(&self) -> Result<CoreWebView2KeyEventKind>
pub fn VirtualKey(&self) -> Result<u32>
pub fn KeyEventLParam(&self) -> Result<i32>
pub fn PhysicalKeyStatus(&self) -> Result<CoreWebView2PhysicalKeyStatus>
pub fn Handled(&self) -> Result<bool>
pub fn SetHandled(&self, value: bool) -> Result<()>
Trait Implementations§
Source§impl Clone for CoreWebView2AcceleratorKeyPressedEventArgs
impl Clone for CoreWebView2AcceleratorKeyPressedEventArgs
Source§fn clone(&self) -> CoreWebView2AcceleratorKeyPressedEventArgs
fn clone(&self) -> CoreWebView2AcceleratorKeyPressedEventArgs
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl From<&CoreWebView2AcceleratorKeyPressedEventArgs> for Object
impl From<&CoreWebView2AcceleratorKeyPressedEventArgs> for Object
Source§fn from(value: &CoreWebView2AcceleratorKeyPressedEventArgs) -> Self
fn from(value: &CoreWebView2AcceleratorKeyPressedEventArgs) -> Self
Converts to this type from the input type.
Source§impl From<CoreWebView2AcceleratorKeyPressedEventArgs> for Object
impl From<CoreWebView2AcceleratorKeyPressedEventArgs> for Object
Source§fn from(value: CoreWebView2AcceleratorKeyPressedEventArgs) -> Self
fn from(value: CoreWebView2AcceleratorKeyPressedEventArgs) -> Self
Converts to this type from the input type.
Source§impl Interface for CoreWebView2AcceleratorKeyPressedEventArgs
impl Interface for CoreWebView2AcceleratorKeyPressedEventArgs
const IID: Guid
type Vtable = ICoreWebView2AcceleratorKeyPressedEventArgs_abi
Source§impl<'a> IntoParam<'a, Object> for &'a CoreWebView2AcceleratorKeyPressedEventArgs
impl<'a> IntoParam<'a, Object> for &'a CoreWebView2AcceleratorKeyPressedEventArgs
fn into_param(self) -> Param<'a, Object>
Source§impl<'a> IntoParam<'a, Object> for CoreWebView2AcceleratorKeyPressedEventArgs
impl<'a> IntoParam<'a, Object> for CoreWebView2AcceleratorKeyPressedEventArgs
fn into_param(self) -> Param<'a, Object>
Source§impl PartialEq for CoreWebView2AcceleratorKeyPressedEventArgs
impl PartialEq for CoreWebView2AcceleratorKeyPressedEventArgs
Source§fn eq(&self, other: &CoreWebView2AcceleratorKeyPressedEventArgs) -> bool
fn eq(&self, other: &CoreWebView2AcceleratorKeyPressedEventArgs) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for CoreWebView2AcceleratorKeyPressedEventArgs
impl Send for CoreWebView2AcceleratorKeyPressedEventArgs
impl StructuralPartialEq for CoreWebView2AcceleratorKeyPressedEventArgs
impl Sync for CoreWebView2AcceleratorKeyPressedEventArgs
Auto Trait Implementations§
impl Freeze for CoreWebView2AcceleratorKeyPressedEventArgs
impl RefUnwindSafe for CoreWebView2AcceleratorKeyPressedEventArgs
impl Unpin for CoreWebView2AcceleratorKeyPressedEventArgs
impl UnwindSafe for CoreWebView2AcceleratorKeyPressedEventArgs
Blanket Implementations§
Source§impl<T> Abi for Twhere
T: Interface,
impl<T> Abi for Twhere
T: Interface,
Source§fn set_abi(&mut self) -> *mut <T as Abi>::Abi
fn set_abi(&mut self) -> *mut <T as Abi>::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
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