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