Struct windows_sys::UI::Xaml::Automation::SynchronizedInputType
[−]#[repr(transparent)]pub struct SynchronizedInputType(pub i32);
Expand description
Required features: "UI_Xaml_Automation"
Tuple Fields
0: i32
Implementations
impl SynchronizedInputType
impl SynchronizedInputType
pub const KeyUp: Self = Self(1i32)
pub const KeyDown: Self = Self(2i32)
pub const LeftMouseUp: Self = Self(4i32)
pub const LeftMouseDown: Self = Self(8i32)
pub const RightMouseUp: Self = Self(16i32)
pub const RightMouseDown: Self = Self(32i32)
Trait Implementations
impl Clone for SynchronizedInputType
impl Clone for SynchronizedInputType
impl Copy for SynchronizedInputType
Auto Trait Implementations
impl RefUnwindSafe for SynchronizedInputType
impl Send for SynchronizedInputType
impl Sync for SynchronizedInputType
impl Unpin for SynchronizedInputType
impl UnwindSafe for SynchronizedInputType
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