Struct UiaPropertyChangedEventArgs
#[repr(C)]pub struct UiaPropertyChangedEventArgs {
pub Type: EventArgsType,
pub EventId: UIA_EVENT_ID,
pub PropertyId: i32,
pub OldValue: VARIANT,
pub NewValue: VARIANT,
}Fields§
§Type: EventArgsType§EventId: UIA_EVENT_ID§PropertyId: i32§OldValue: VARIANT§NewValue: VARIANTTrait Implementations§
§impl Clone for UiaPropertyChangedEventArgs
Available on crate features Win32_System_Com and Win32_System_Ole and Win32_System_Variant only.
impl Clone for UiaPropertyChangedEventArgs
Available on crate features
Win32_System_Com and Win32_System_Ole and Win32_System_Variant only.Auto Trait Implementations§
impl Freeze for UiaPropertyChangedEventArgs
impl RefUnwindSafe for UiaPropertyChangedEventArgs
impl !Send for UiaPropertyChangedEventArgs
impl !Sync for UiaPropertyChangedEventArgs
impl Unpin for UiaPropertyChangedEventArgs
impl UnwindSafe for UiaPropertyChangedEventArgs
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more