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
pub const KeyDown: Self
pub const LeftMouseUp: Self
pub const LeftMouseDown: Self
pub const RightMouseUp: Self
pub const RightMouseDown: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more