#[repr(C)]pub struct UiaStructureChangedEventArgs {
pub Type: EventArgsType,
pub EventId: i32,
pub StructureChangeType: StructureChangeType,
pub pRuntimeId: *mut i32,
pub cRuntimeIdLen: i32,
}Fields§
§Type: EventArgsType§EventId: i32§StructureChangeType: StructureChangeType§pRuntimeId: *mut i32§cRuntimeIdLen: i32Trait Implementations§
Source§impl Clone for UiaStructureChangedEventArgs
impl Clone for UiaStructureChangedEventArgs
Source§fn clone(&self) -> UiaStructureChangedEventArgs
fn clone(&self) -> UiaStructureChangedEventArgs
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 Debug for UiaStructureChangedEventArgs
impl Debug for UiaStructureChangedEventArgs
Source§impl Default for UiaStructureChangedEventArgs
impl Default for UiaStructureChangedEventArgs
Source§fn default() -> UiaStructureChangedEventArgs
fn default() -> UiaStructureChangedEventArgs
Returns the “default value” for a type. Read more
Source§impl PartialEq for UiaStructureChangedEventArgs
impl PartialEq for UiaStructureChangedEventArgs
Source§fn eq(&self, other: &UiaStructureChangedEventArgs) -> bool
fn eq(&self, other: &UiaStructureChangedEventArgs) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for UiaStructureChangedEventArgs
impl Eq for UiaStructureChangedEventArgs
Auto Trait Implementations§
impl Freeze for UiaStructureChangedEventArgs
impl RefUnwindSafe for UiaStructureChangedEventArgs
impl !Send for UiaStructureChangedEventArgs
impl !Sync for UiaStructureChangedEventArgs
impl Unpin for UiaStructureChangedEventArgs
impl UnwindSafe for UiaStructureChangedEventArgs
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