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
sourceimpl Clone for COREWEBVIEW2_PHYSICAL_KEY_STATUS
impl Clone for COREWEBVIEW2_PHYSICAL_KEY_STATUS
sourcefn clone(&self) -> COREWEBVIEW2_PHYSICAL_KEY_STATUS
fn clone(&self) -> COREWEBVIEW2_PHYSICAL_KEY_STATUS
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 Default for COREWEBVIEW2_PHYSICAL_KEY_STATUS
impl Default for COREWEBVIEW2_PHYSICAL_KEY_STATUS
sourcefn default() -> COREWEBVIEW2_PHYSICAL_KEY_STATUS
fn default() -> COREWEBVIEW2_PHYSICAL_KEY_STATUS
Returns the “default value” for a type. Read more
sourceimpl PartialEq<COREWEBVIEW2_PHYSICAL_KEY_STATUS> for COREWEBVIEW2_PHYSICAL_KEY_STATUS
impl PartialEq<COREWEBVIEW2_PHYSICAL_KEY_STATUS> for COREWEBVIEW2_PHYSICAL_KEY_STATUS
sourcefn 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 ==
. Read more
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
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