#[repr(C)]pub struct IUIAutomationElementArray {
pub lpVtbl: *const IUIAutomationElementArrayVtbl,
}
Fields§
§lpVtbl: *const IUIAutomationElementArrayVtbl
Implementations§
Source§impl IUIAutomationElementArray
impl IUIAutomationElementArray
pub unsafe fn get_Length(&self, length: *mut c_int) -> HRESULT
pub unsafe fn GetElement( &self, index: c_int, element: *mut *mut IUIAutomationElement, ) -> HRESULT
Trait Implementations§
Source§impl Deref for IUIAutomationElementArray
impl Deref for IUIAutomationElementArray
Auto Trait Implementations§
impl Freeze for IUIAutomationElementArray
impl RefUnwindSafe for IUIAutomationElementArray
impl !Send for IUIAutomationElementArray
impl !Sync for IUIAutomationElementArray
impl Unpin for IUIAutomationElementArray
impl UnwindSafe for IUIAutomationElementArray
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