Struct IUIAutomationTextRange3_Vtbl
#[repr(C)]pub struct IUIAutomationTextRange3_Vtbl {
pub base__: IUIAutomationTextRange2_Vtbl,
pub GetEnclosingElementBuildCache: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetChildrenBuildCache: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetAttributeValues: unsafe extern "system" fn(_: *mut c_void, _: *const UIA_TEXTATTRIBUTE_ID, _: i32, _: *mut *mut SAFEARRAY) -> HRESULT,
}
Fields§
§base__: IUIAutomationTextRange2_Vtbl
§GetEnclosingElementBuildCache: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetChildrenBuildCache: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetAttributeValues: unsafe extern "system" fn(_: *mut c_void, _: *const UIA_TEXTATTRIBUTE_ID, _: i32, _: *mut *mut SAFEARRAY) -> HRESULT
Implementations§
§impl IUIAutomationTextRange3_Vtbl
impl IUIAutomationTextRange3_Vtbl
pub const fn new<Identity: IUIAutomationTextRange3_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUIAutomationTextRange3_Vtbl
impl RefUnwindSafe for IUIAutomationTextRange3_Vtbl
impl Send for IUIAutomationTextRange3_Vtbl
impl Sync for IUIAutomationTextRange3_Vtbl
impl Unpin for IUIAutomationTextRange3_Vtbl
impl UnwindSafe for IUIAutomationTextRange3_Vtbl
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