Struct windows_sys::UI::Input::Preview::Injection::InjectedInputKeyOptions
[−]#[repr(transparent)]pub struct InjectedInputKeyOptions(pub u32);
Expand description
Required features: "UI_Input_Preview_Injection"
Tuple Fields
0: u32
Implementations
impl InjectedInputKeyOptions
impl InjectedInputKeyOptions
pub const None: Self = Self(0u32)
pub const ExtendedKey: Self = Self(1u32)
pub const KeyUp: Self = Self(2u32)
pub const ScanCode: Self = Self(8u32)
pub const Unicode: Self = Self(4u32)
Trait Implementations
impl Clone for InjectedInputKeyOptions
impl Clone for InjectedInputKeyOptions
impl Copy for InjectedInputKeyOptions
Auto Trait Implementations
impl RefUnwindSafe for InjectedInputKeyOptions
impl Send for InjectedInputKeyOptions
impl Sync for InjectedInputKeyOptions
impl Unpin for InjectedInputKeyOptions
impl UnwindSafe for InjectedInputKeyOptions
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