#[repr(C)]pub struct IUIAutomationEventHandlerVtbl {
pub parent: IUnknownVtbl,
pub HandleAutomationEvent: unsafe extern "system" fn(This: *mut IUIAutomationEventHandler, sender: *mut IUIAutomationElement, eventId: EVENTID) -> HRESULT,
}Fields§
§parent: IUnknownVtbl§HandleAutomationEvent: unsafe extern "system" fn(This: *mut IUIAutomationEventHandler, sender: *mut IUIAutomationElement, eventId: EVENTID) -> HRESULTAuto Trait Implementations§
impl Freeze for IUIAutomationEventHandlerVtbl
impl RefUnwindSafe for IUIAutomationEventHandlerVtbl
impl Send for IUIAutomationEventHandlerVtbl
impl Sync for IUIAutomationEventHandlerVtbl
impl Unpin for IUIAutomationEventHandlerVtbl
impl UnwindSafe for IUIAutomationEventHandlerVtbl
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