#[repr(C)]pub struct IUIAutomationPropertyChangedEventHandler {
pub lpVtbl: *const IUIAutomationPropertyChangedEventHandlerVtbl,
}
Fields§
§lpVtbl: *const IUIAutomationPropertyChangedEventHandlerVtbl
Implementations§
Source§impl IUIAutomationPropertyChangedEventHandler
impl IUIAutomationPropertyChangedEventHandler
pub unsafe fn HandlePropertyChangedEvent( &self, sender: *mut IUIAutomationElement, propertyId: PROPERTYID, newValue: VARIANT, ) -> HRESULT
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IUIAutomationPropertyChangedEventHandler
impl RefUnwindSafe for IUIAutomationPropertyChangedEventHandler
impl !Send for IUIAutomationPropertyChangedEventHandler
impl !Sync for IUIAutomationPropertyChangedEventHandler
impl Unpin for IUIAutomationPropertyChangedEventHandler
impl UnwindSafe for IUIAutomationPropertyChangedEventHandler
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