Struct IUIAutomation4_Vtbl
#[repr(C)]pub struct IUIAutomation4_Vtbl {
pub base__: IUIAutomation3_Vtbl,
pub AddChangesEventHandler: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: TreeScope, _: *const i32, _: i32, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub RemoveChangesEventHandler: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUIAutomation3_Vtbl
§AddChangesEventHandler: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: TreeScope, _: *const i32, _: i32, _: *mut c_void, _: *mut c_void) -> HRESULT
§RemoveChangesEventHandler: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl IUIAutomation4_Vtbl
impl IUIAutomation4_Vtbl
pub const fn new<Identity: IUIAutomation4_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUIAutomation4_Vtbl
impl RefUnwindSafe for IUIAutomation4_Vtbl
impl Send for IUIAutomation4_Vtbl
impl Sync for IUIAutomation4_Vtbl
impl Unpin for IUIAutomation4_Vtbl
impl UnwindSafe for IUIAutomation4_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