Struct webview2_com::Microsoft::Web::WebView2::Win32::COREWEBVIEW2_PHYSICAL_KEY_STATUS
source · #[repr(C)]pub struct COREWEBVIEW2_PHYSICAL_KEY_STATUS {
pub RepeatCount: u32,
pub ScanCode: u32,
pub IsExtendedKey: BOOL,
pub IsMenuKeyDown: BOOL,
pub WasKeyDown: BOOL,
pub IsKeyReleased: BOOL,
}
Fields§
§RepeatCount: u32
§ScanCode: u32
§IsExtendedKey: BOOL
§IsMenuKeyDown: BOOL
§WasKeyDown: BOOL
§IsKeyReleased: BOOL
Trait Implementations§
source§impl Clone for COREWEBVIEW2_PHYSICAL_KEY_STATUS
impl Clone for COREWEBVIEW2_PHYSICAL_KEY_STATUS
source§fn clone(&self) -> COREWEBVIEW2_PHYSICAL_KEY_STATUS
fn clone(&self) -> COREWEBVIEW2_PHYSICAL_KEY_STATUS
Returns a copy 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 Default for COREWEBVIEW2_PHYSICAL_KEY_STATUS
impl Default for COREWEBVIEW2_PHYSICAL_KEY_STATUS
source§fn default() -> COREWEBVIEW2_PHYSICAL_KEY_STATUS
fn default() -> COREWEBVIEW2_PHYSICAL_KEY_STATUS
Returns the “default value” for a type. Read more
source§impl PartialEq<COREWEBVIEW2_PHYSICAL_KEY_STATUS> for COREWEBVIEW2_PHYSICAL_KEY_STATUS
impl PartialEq<COREWEBVIEW2_PHYSICAL_KEY_STATUS> for COREWEBVIEW2_PHYSICAL_KEY_STATUS
source§fn eq(&self, other: &COREWEBVIEW2_PHYSICAL_KEY_STATUS) -> bool
fn eq(&self, other: &COREWEBVIEW2_PHYSICAL_KEY_STATUS) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for COREWEBVIEW2_PHYSICAL_KEY_STATUS
impl Eq for COREWEBVIEW2_PHYSICAL_KEY_STATUS
Auto Trait Implementations§
impl RefUnwindSafe for COREWEBVIEW2_PHYSICAL_KEY_STATUS
impl Send for COREWEBVIEW2_PHYSICAL_KEY_STATUS
impl Sync for COREWEBVIEW2_PHYSICAL_KEY_STATUS
impl Unpin for COREWEBVIEW2_PHYSICAL_KEY_STATUS
impl UnwindSafe for COREWEBVIEW2_PHYSICAL_KEY_STATUS
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