#[repr(C)]pub struct UiaStructureChangedEventArgs {
pub Type: EventArgsType,
pub EventId: i32,
pub StructureChangeType: StructureChangeType,
pub pRuntimeId: *mut i32,
pub cRuntimeIdLen: i32,
}
Expand description
Required features: "Win32_UI_Accessibility"
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more