Struct windows_sys::UI::Input::Preview::Injection::InjectedInputButtonChangeKind
[−]#[repr(transparent)]pub struct InjectedInputButtonChangeKind(pub i32);
Expand description
Required features: "UI_Input_Preview_Injection"
Tuple Fields
0: i32
Implementations
impl InjectedInputButtonChangeKind
impl InjectedInputButtonChangeKind
pub const None: Self = Self(0i32)
pub const FirstButtonDown: Self = Self(1i32)
pub const FirstButtonUp: Self = Self(2i32)
pub const SecondButtonDown: Self = Self(3i32)
pub const SecondButtonUp: Self = Self(4i32)
pub const ThirdButtonDown: Self = Self(5i32)
pub const ThirdButtonUp: Self = Self(6i32)
pub const FourthButtonDown: Self = Self(7i32)
pub const FourthButtonUp: Self = Self(8i32)
pub const FifthButtonDown: Self = Self(9i32)
pub const FifthButtonUp: Self = Self(10i32)
Trait Implementations
impl Clone for InjectedInputButtonChangeKind
impl Clone for InjectedInputButtonChangeKind
impl Copy for InjectedInputButtonChangeKind
Auto Trait Implementations
impl RefUnwindSafe for InjectedInputButtonChangeKind
impl Send for InjectedInputButtonChangeKind
impl Sync for InjectedInputButtonChangeKind
impl Unpin for InjectedInputButtonChangeKind
impl UnwindSafe for InjectedInputButtonChangeKind
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