#[repr(C)]pub struct UiaStructureChangedEventArgs {
pub Type: EventArgsType,
pub EventId: c_int,
pub StructureChangeType: StructureChangeType,
pub pRuntimeId: *mut c_int,
pub cRuntimeIdLen: c_int,
}
Fields§
§Type: EventArgsType
§EventId: c_int
§StructureChangeType: StructureChangeType
§pRuntimeId: *mut c_int
§cRuntimeIdLen: c_int
Trait 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 Default for UiaStructureChangedEventArgs
impl Default for UiaStructureChangedEventArgs
Source§fn default() -> UiaStructureChangedEventArgs
fn default() -> UiaStructureChangedEventArgs
Returns the “default value” for a type. Read more
impl Copy 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