#[repr(C)]pub struct UiaPropertyChangedEventArgs {
pub Type: EventArgsType,
pub EventId: i32,
pub PropertyId: i32,
pub OldValue: VARIANT,
pub NewValue: VARIANT,
}
Expand description
Required features: "Win32_UI_Accessibility"
, "Win32_Foundation"
, "Win32_System_Com"
, "Win32_System_Ole"
Fields
Type: EventArgsType
EventId: i32
PropertyId: i32
OldValue: VARIANT
NewValue: VARIANT
Trait Implementations
impl Clone for UiaPropertyChangedEventArgs
impl Clone for UiaPropertyChangedEventArgs
impl Copy for UiaPropertyChangedEventArgs
Auto Trait Implementations
impl RefUnwindSafe for UiaPropertyChangedEventArgs
impl !Send for UiaPropertyChangedEventArgs
impl !Sync for UiaPropertyChangedEventArgs
impl Unpin for UiaPropertyChangedEventArgs
impl UnwindSafe for UiaPropertyChangedEventArgs
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