#[repr(C)]pub struct IUIAutomationChangesEventHandler {
pub lpVtbl: *const IUIAutomationChangesEventHandlerVtbl,
}
Fields§
§lpVtbl: *const IUIAutomationChangesEventHandlerVtbl
Implementations§
Source§impl IUIAutomationChangesEventHandler
impl IUIAutomationChangesEventHandler
pub unsafe fn HandleChangesEvent( &self, sender: *mut IUIAutomationElement, uiaChanges: *mut UiaChangeInfo, changesCount: c_int, ) -> HRESULT
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IUIAutomationChangesEventHandler
impl RefUnwindSafe for IUIAutomationChangesEventHandler
impl !Send for IUIAutomationChangesEventHandler
impl !Sync for IUIAutomationChangesEventHandler
impl Unpin for IUIAutomationChangesEventHandler
impl UnwindSafe for IUIAutomationChangesEventHandler
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