Struct IUIAutomationEventHandlerGroup_Vtbl
#[repr(C)]pub struct IUIAutomationEventHandlerGroup_Vtbl {
pub base__: IUnknown_Vtbl,
pub AddActiveTextPositionChangedEventHandler: unsafe extern "system" fn(_: *mut c_void, _: TreeScope, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub AddAutomationEventHandler: unsafe extern "system" fn(_: *mut c_void, _: UIA_EVENT_ID, _: TreeScope, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub AddChangesEventHandler: unsafe extern "system" fn(_: *mut c_void, _: TreeScope, _: *const i32, _: i32, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub AddNotificationEventHandler: unsafe extern "system" fn(_: *mut c_void, _: TreeScope, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub AddPropertyChangedEventHandler: unsafe extern "system" fn(_: *mut c_void, _: TreeScope, _: *mut c_void, _: *mut c_void, _: *const UIA_PROPERTY_ID, _: i32) -> HRESULT,
pub AddStructureChangedEventHandler: unsafe extern "system" fn(_: *mut c_void, _: TreeScope, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub AddTextEditTextChangedEventHandler: unsafe extern "system" fn(_: *mut c_void, _: TreeScope, _: TextEditChangeType, _: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§AddActiveTextPositionChangedEventHandler: unsafe extern "system" fn(_: *mut c_void, _: TreeScope, _: *mut c_void, _: *mut c_void) -> HRESULT
§AddAutomationEventHandler: unsafe extern "system" fn(_: *mut c_void, _: UIA_EVENT_ID, _: TreeScope, _: *mut c_void, _: *mut c_void) -> HRESULT
§AddChangesEventHandler: unsafe extern "system" fn(_: *mut c_void, _: TreeScope, _: *const i32, _: i32, _: *mut c_void, _: *mut c_void) -> HRESULT
§AddNotificationEventHandler: unsafe extern "system" fn(_: *mut c_void, _: TreeScope, _: *mut c_void, _: *mut c_void) -> HRESULT
§AddPropertyChangedEventHandler: unsafe extern "system" fn(_: *mut c_void, _: TreeScope, _: *mut c_void, _: *mut c_void, _: *const UIA_PROPERTY_ID, _: i32) -> HRESULT
§AddStructureChangedEventHandler: unsafe extern "system" fn(_: *mut c_void, _: TreeScope, _: *mut c_void, _: *mut c_void) -> HRESULT
§AddTextEditTextChangedEventHandler: unsafe extern "system" fn(_: *mut c_void, _: TreeScope, _: TextEditChangeType, _: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl IUIAutomationEventHandlerGroup_Vtbl
impl IUIAutomationEventHandlerGroup_Vtbl
pub const fn new<Identity: IUIAutomationEventHandlerGroup_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUIAutomationEventHandlerGroup_Vtbl
impl RefUnwindSafe for IUIAutomationEventHandlerGroup_Vtbl
impl Send for IUIAutomationEventHandlerGroup_Vtbl
impl Sync for IUIAutomationEventHandlerGroup_Vtbl
impl Unpin for IUIAutomationEventHandlerGroup_Vtbl
impl UnwindSafe for IUIAutomationEventHandlerGroup_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