#[repr(C)]pub struct IUIAutomationTextPattern {
pub lpVtbl: *const IUIAutomationTextPatternVtbl,
}
Fields§
§lpVtbl: *const IUIAutomationTextPatternVtbl
Implementations§
Source§impl IUIAutomationTextPattern
impl IUIAutomationTextPattern
pub unsafe fn RangeFromPoint( &self, pt: POINT, range: *mut *mut IUIAutomationTextRange, ) -> HRESULT
pub unsafe fn RangeFromChild( &self, child: *mut IUIAutomationElement, range: *mut *mut IUIAutomationTextRange, ) -> HRESULT
pub unsafe fn GetSelection( &self, ranges: *mut *mut IUIAutomationTextRangeArray, ) -> HRESULT
pub unsafe fn GetVisibleRanges( &self, ranges: *mut *mut IUIAutomationTextRangeArray, ) -> HRESULT
pub unsafe fn get_DocumentRange( &self, range: *mut *mut IUIAutomationTextRange, ) -> HRESULT
pub unsafe fn get_SupportedTextSelection( &self, supportedTextSelection: *mut SupportedTextSelection, ) -> HRESULT
Trait Implementations§
Source§impl Deref for IUIAutomationTextPattern
impl Deref for IUIAutomationTextPattern
Auto Trait Implementations§
impl Freeze for IUIAutomationTextPattern
impl RefUnwindSafe for IUIAutomationTextPattern
impl !Send for IUIAutomationTextPattern
impl !Sync for IUIAutomationTextPattern
impl Unpin for IUIAutomationTextPattern
impl UnwindSafe for IUIAutomationTextPattern
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