#[repr(C)]pub struct IUIAutomationPropertyChangedEventHandler_Vtbl {
pub base__: IUnknown_Vtbl,
pub HandlePropertyChangedEvent: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: UIA_PROPERTY_ID, _: MaybeUninit<VARIANT>) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§HandlePropertyChangedEvent: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: UIA_PROPERTY_ID, _: MaybeUninit<VARIANT>) -> HRESULT
Implementations§
§impl IUIAutomationPropertyChangedEventHandler_Vtbl
impl IUIAutomationPropertyChangedEventHandler_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IUIAutomationPropertyChangedEventHandler_Vtblwhere
Identity: IUIAutomationPropertyChangedEventHandler_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUIAutomationPropertyChangedEventHandler_Vtbl
impl RefUnwindSafe for IUIAutomationPropertyChangedEventHandler_Vtbl
impl Send for IUIAutomationPropertyChangedEventHandler_Vtbl
impl Sync for IUIAutomationPropertyChangedEventHandler_Vtbl
impl Unpin for IUIAutomationPropertyChangedEventHandler_Vtbl
impl UnwindSafe for IUIAutomationPropertyChangedEventHandler_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