#[repr(C)]pub struct UiaPropertyChangedEventArgs {
pub Type: EventArgsType,
pub EventId: i32,
pub PropertyId: i32,
pub OldValue: VARIANT,
pub NewValue: VARIANT,
}Fields§
§Type: EventArgsType§EventId: i32§PropertyId: i32§OldValue: VARIANT§NewValue: VARIANTTrait Implementations§
Source§impl Clone for UiaPropertyChangedEventArgs
impl Clone for UiaPropertyChangedEventArgs
Source§fn clone(&self) -> UiaPropertyChangedEventArgs
fn clone(&self) -> UiaPropertyChangedEventArgs
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for UiaPropertyChangedEventArgs
impl Default for UiaPropertyChangedEventArgs
Source§fn default() -> UiaPropertyChangedEventArgs
fn default() -> UiaPropertyChangedEventArgs
Returns the “default value” for a type. Read more
Source§impl PartialEq for UiaPropertyChangedEventArgs
impl PartialEq for UiaPropertyChangedEventArgs
Source§fn eq(&self, _other: &UiaPropertyChangedEventArgs) -> bool
fn eq(&self, _other: &UiaPropertyChangedEventArgs) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for UiaPropertyChangedEventArgs
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