#[repr(C)]pub struct IUIAutomationItemContainerPatternVtbl {
pub parent: IUnknownVtbl,
pub FindItemByProperty: unsafe extern "system" fn(This: *mut IUIAutomationItemContainerPattern, pStartAfter: *mut IUIAutomationElement, propertyId: PROPERTYID, value: VARIANT, pFound: *mut *mut IUIAutomationElement) -> HRESULT,
}
Fields§
§parent: IUnknownVtbl
§FindItemByProperty: unsafe extern "system" fn(This: *mut IUIAutomationItemContainerPattern, pStartAfter: *mut IUIAutomationElement, propertyId: PROPERTYID, value: VARIANT, pFound: *mut *mut IUIAutomationElement) -> HRESULT
Auto Trait Implementations§
impl Freeze for IUIAutomationItemContainerPatternVtbl
impl RefUnwindSafe for IUIAutomationItemContainerPatternVtbl
impl Send for IUIAutomationItemContainerPatternVtbl
impl Sync for IUIAutomationItemContainerPatternVtbl
impl Unpin for IUIAutomationItemContainerPatternVtbl
impl UnwindSafe for IUIAutomationItemContainerPatternVtbl
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