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