#[repr(C)]pub struct IUIAutomationEventHandler {
pub lpVtbl: *const IUIAutomationEventHandlerVtbl,
}
Fields§
§lpVtbl: *const IUIAutomationEventHandlerVtbl
Implementations§
Source§impl IUIAutomationEventHandler
impl IUIAutomationEventHandler
pub unsafe fn HandleAutomationEvent( &self, sender: *mut IUIAutomationElement, eventId: EVENTID, ) -> HRESULT
Trait Implementations§
Source§impl Deref for IUIAutomationEventHandler
impl Deref for IUIAutomationEventHandler
Auto Trait Implementations§
impl Freeze for IUIAutomationEventHandler
impl RefUnwindSafe for IUIAutomationEventHandler
impl !Send for IUIAutomationEventHandler
impl !Sync for IUIAutomationEventHandler
impl Unpin for IUIAutomationEventHandler
impl UnwindSafe for IUIAutomationEventHandler
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