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