Struct windows_sys::Win32::UI::Accessibility::UIAutomationEventInfo
[−]Expand description
Required features: "Win32_UI_Accessibility"
Fields
guid: GUID
pProgrammaticName: PCWSTR
Trait Implementations
impl Clone for UIAutomationEventInfo
impl Clone for UIAutomationEventInfo
impl Copy for UIAutomationEventInfo
Auto Trait Implementations
impl RefUnwindSafe for UIAutomationEventInfo
impl !Send for UIAutomationEventInfo
impl !Sync for UIAutomationEventInfo
impl Unpin for UIAutomationEventInfo
impl UnwindSafe for UIAutomationEventInfo
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