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