#[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: VARIANT
Trait Implementations§
Source§impl Abi for UiaPropertyChangedEventArgs
impl Abi for UiaPropertyChangedEventArgs
Source§type Abi = UiaPropertyChangedEventArgs_abi
type Abi = UiaPropertyChangedEventArgs_abi
The abi representation of the implementing type. Read more
type DefaultType = UiaPropertyChangedEventArgs
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for UiaPropertyChangedEventArgs
impl Clone for UiaPropertyChangedEventArgs
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