Struct IUIAutomationPropertyChangedEventHandler_Vtbl
#[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, _: VARIANT) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§HandlePropertyChangedEvent: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: UIA_PROPERTY_ID, _: VARIANT) -> HRESULT
Implementations§
§impl IUIAutomationPropertyChangedEventHandler_Vtbl
impl IUIAutomationPropertyChangedEventHandler_Vtbl
pub const fn new<Identity: IUIAutomationPropertyChangedEventHandler_Impl, const OFFSET: isize>() -> Self
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