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