Struct IUIAutomationElementArray_Vtbl
#[repr(C)]pub struct IUIAutomationElementArray_Vtbl {
pub base__: IUnknown_Vtbl,
pub Length: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub GetElement: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Length: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§GetElement: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IUIAutomationElementArray_Vtbl
impl IUIAutomationElementArray_Vtbl
pub const fn new<Identity: IUIAutomationElementArray_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUIAutomationElementArray_Vtbl
impl RefUnwindSafe for IUIAutomationElementArray_Vtbl
impl Send for IUIAutomationElementArray_Vtbl
impl Sync for IUIAutomationElementArray_Vtbl
impl Unpin for IUIAutomationElementArray_Vtbl
impl UnwindSafe for IUIAutomationElementArray_Vtbl
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