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