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