Struct windows_sys::Win32::UI::Accessibility::UiaEventArgs
[−]#[repr(C)]pub struct UiaEventArgs {
pub Type: EventArgsType,
pub EventId: i32,
}
Expand description
Required features: "Win32_UI_Accessibility"
Fields
Type: EventArgsType
EventId: i32
Trait Implementations
impl Clone for UiaEventArgs
impl Clone for UiaEventArgs
impl Copy for UiaEventArgs
Auto Trait Implementations
impl RefUnwindSafe for UiaEventArgs
impl Send for UiaEventArgs
impl Sync for UiaEventArgs
impl Unpin for UiaEventArgs
impl UnwindSafe for UiaEventArgs
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