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