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