#[repr(C)]pub struct IUIAutomationTextRangeArrayVtbl {
pub parent: IUnknownVtbl,
pub get_Length: unsafe extern "system" fn(This: *mut IUIAutomationTextRangeArray, length: c_int) -> HRESULT,
pub GetElement: unsafe extern "system" fn(This: *mut IUIAutomationTextRangeArray, index: c_int, element: *mut *mut IUIAutomationTextRange) -> HRESULT,
}Fields§
§parent: IUnknownVtbl§get_Length: unsafe extern "system" fn(This: *mut IUIAutomationTextRangeArray, length: c_int) -> HRESULT§GetElement: unsafe extern "system" fn(This: *mut IUIAutomationTextRangeArray, index: c_int, element: *mut *mut IUIAutomationTextRange) -> HRESULTAuto Trait Implementations§
impl Freeze for IUIAutomationTextRangeArrayVtbl
impl RefUnwindSafe for IUIAutomationTextRangeArrayVtbl
impl Send for IUIAutomationTextRangeArrayVtbl
impl Sync for IUIAutomationTextRangeArrayVtbl
impl Unpin for IUIAutomationTextRangeArrayVtbl
impl UnwindSafe for IUIAutomationTextRangeArrayVtbl
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