Struct windows::Win32::UI::Accessibility::IUIAutomation3_Vtbl
#[repr(C)]pub struct IUIAutomation3_Vtbl {
pub base__: IUIAutomation2_Vtbl,
pub AddTextEditTextChangedEventHandler: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: TreeScope, _: TextEditChangeType, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub RemoveTextEditTextChangedEventHandler: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUIAutomation2_Vtbl
§AddTextEditTextChangedEventHandler: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: TreeScope, _: TextEditChangeType, _: *mut c_void, _: *mut c_void) -> HRESULT
§RemoveTextEditTextChangedEventHandler: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl IUIAutomation3_Vtbl
impl IUIAutomation3_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IUIAutomation3_Vtblwhere
Identity: IUIAutomation3_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUIAutomation3_Vtbl
impl RefUnwindSafe for IUIAutomation3_Vtbl
impl Send for IUIAutomation3_Vtbl
impl Sync for IUIAutomation3_Vtbl
impl Unpin for IUIAutomation3_Vtbl
impl UnwindSafe for IUIAutomation3_Vtbl
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