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