Struct windows_sys::Win32::UI::Accessibility::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: VARIANT
Trait Implementations§
§impl Clone for UiaPropertyChangedEventArgs
impl Clone for UiaPropertyChangedEventArgs
§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 moreimpl Copy 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)