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