#[repr(C)]pub struct IUIAutomationStructureChangedEventHandler {
pub lpVtbl: *const IUIAutomationStructureChangedEventHandlerVtbl,
}
Fields§
§lpVtbl: *const IUIAutomationStructureChangedEventHandlerVtbl
Implementations§
Source§impl IUIAutomationStructureChangedEventHandler
impl IUIAutomationStructureChangedEventHandler
pub unsafe fn HandleStructureChangedEvent( &self, sender: *mut IUIAutomationElement, changeType: StructureChangeType, runtimeId: *mut SAFEARRAY, ) -> HRESULT
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IUIAutomationStructureChangedEventHandler
impl RefUnwindSafe for IUIAutomationStructureChangedEventHandler
impl !Send for IUIAutomationStructureChangedEventHandler
impl !Sync for IUIAutomationStructureChangedEventHandler
impl Unpin for IUIAutomationStructureChangedEventHandler
impl UnwindSafe for IUIAutomationStructureChangedEventHandler
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