#[repr(C)]pub struct IUIAutomationTextChildPattern {
pub lpVtbl: *const IUIAutomationTextChildPatternVtbl,
}
Fields§
§lpVtbl: *const IUIAutomationTextChildPatternVtbl
Implementations§
Source§impl IUIAutomationTextChildPattern
impl IUIAutomationTextChildPattern
pub unsafe fn get_TextContainer( &self, container: *mut *mut IUIAutomationElement, ) -> HRESULT
pub unsafe fn get_TextRange( &self, range: *mut *mut IUIAutomationTextRange, ) -> HRESULT
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IUIAutomationTextChildPattern
impl RefUnwindSafe for IUIAutomationTextChildPattern
impl !Send for IUIAutomationTextChildPattern
impl !Sync for IUIAutomationTextChildPattern
impl Unpin for IUIAutomationTextChildPattern
impl UnwindSafe for IUIAutomationTextChildPattern
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