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