#[repr(C)]pub struct IUIAutomationNotificationEventHandlerVtbl {
pub parent: IUnknownVtbl,
pub HandleNotificationEvent: unsafe extern "system" fn(This: *mut IUIAutomationNotificationEventHandler, sender: *mut IUIAutomationElement, notificationKind: NotificationKind, notificationProcessing: NotificationProcessing, displayString: BSTR, activityId: BSTR) -> HRESULT,
}
Fields§
§parent: IUnknownVtbl
§HandleNotificationEvent: unsafe extern "system" fn(This: *mut IUIAutomationNotificationEventHandler, sender: *mut IUIAutomationElement, notificationKind: NotificationKind, notificationProcessing: NotificationProcessing, displayString: BSTR, activityId: BSTR) -> HRESULT
Auto Trait Implementations§
impl Freeze for IUIAutomationNotificationEventHandlerVtbl
impl RefUnwindSafe for IUIAutomationNotificationEventHandlerVtbl
impl Send for IUIAutomationNotificationEventHandlerVtbl
impl Sync for IUIAutomationNotificationEventHandlerVtbl
impl Unpin for IUIAutomationNotificationEventHandlerVtbl
impl UnwindSafe for IUIAutomationNotificationEventHandlerVtbl
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