#[repr(C)]pub struct IUIAutomationTextChildPatternVtbl {
pub parent: IUnknownVtbl,
pub get_TextContainer: unsafe extern "system" fn(This: *mut IUIAutomationTextChildPattern, container: *mut *mut IUIAutomationElement) -> HRESULT,
pub get_TextRange: unsafe extern "system" fn(This: *mut IUIAutomationTextChildPattern, range: *mut *mut IUIAutomationTextRange) -> HRESULT,
}
Fields§
§parent: IUnknownVtbl
§get_TextContainer: unsafe extern "system" fn(This: *mut IUIAutomationTextChildPattern, container: *mut *mut IUIAutomationElement) -> HRESULT
§get_TextRange: unsafe extern "system" fn(This: *mut IUIAutomationTextChildPattern, range: *mut *mut IUIAutomationTextRange) -> HRESULT
Auto Trait Implementations§
impl Freeze for IUIAutomationTextChildPatternVtbl
impl RefUnwindSafe for IUIAutomationTextChildPatternVtbl
impl Send for IUIAutomationTextChildPatternVtbl
impl Sync for IUIAutomationTextChildPatternVtbl
impl Unpin for IUIAutomationTextChildPatternVtbl
impl UnwindSafe for IUIAutomationTextChildPatternVtbl
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