Struct windows_sys::Win32::UI::Accessibility::UiaStructureChangedEventArgs
#[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: i32
Trait Implementations§
§impl Clone for UiaStructureChangedEventArgs
impl Clone for UiaStructureChangedEventArgs
impl Copy for UiaStructureChangedEventArgs
Auto Trait Implementations§
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