Struct windows_sys::UI::Xaml::Automation::Peers::AutomationEvents
[−]#[repr(transparent)]pub struct AutomationEvents(pub i32);
Expand description
Required features: "UI_Xaml_Automation_Peers"
Tuple Fields
0: i32
Implementations
impl AutomationEvents
impl AutomationEvents
pub const ToolTipOpened: Self = Self(0i32)
pub const ToolTipClosed: Self = Self(1i32)
pub const MenuOpened: Self = Self(2i32)
pub const MenuClosed: Self = Self(3i32)
pub const AutomationFocusChanged: Self = Self(4i32)
pub const InvokePatternOnInvoked: Self = Self(5i32)
pub const SelectionItemPatternOnElementAddedToSelection: Self = Self(6i32)
pub const SelectionItemPatternOnElementRemovedFromSelection: Self = Self(7i32)
pub const SelectionItemPatternOnElementSelected: Self = Self(8i32)
pub const SelectionPatternOnInvalidated: Self = Self(9i32)
pub const TextPatternOnTextSelectionChanged: Self = Self(10i32)
pub const TextPatternOnTextChanged: Self = Self(11i32)
pub const AsyncContentLoaded: Self = Self(12i32)
pub const PropertyChanged: Self = Self(13i32)
pub const StructureChanged: Self = Self(14i32)
pub const DragStart: Self = Self(15i32)
pub const DragCancel: Self = Self(16i32)
pub const DragComplete: Self = Self(17i32)
pub const DragEnter: Self = Self(18i32)
pub const DragLeave: Self = Self(19i32)
pub const Dropped: Self = Self(20i32)
pub const LiveRegionChanged: Self = Self(21i32)
pub const InputReachedTarget: Self = Self(22i32)
pub const InputReachedOtherElement: Self = Self(23i32)
pub const InputDiscarded: Self = Self(24i32)
pub const WindowClosed: Self = Self(25i32)
pub const WindowOpened: Self = Self(26i32)
pub const ConversionTargetChanged: Self = Self(27i32)
pub const TextEditTextChanged: Self = Self(28i32)
pub const LayoutInvalidated: Self = Self(29i32)
Trait Implementations
impl Clone for AutomationEvents
impl Clone for AutomationEvents
impl Copy for AutomationEvents
Auto Trait Implementations
impl RefUnwindSafe for AutomationEvents
impl Send for AutomationEvents
impl Sync for AutomationEvents
impl Unpin for AutomationEvents
impl UnwindSafe for AutomationEvents
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