Struct IUIAutomationAnnotationPattern_Vtbl
#[repr(C)]pub struct IUIAutomationAnnotationPattern_Vtbl {
pub base__: IUnknown_Vtbl,
pub CurrentAnnotationTypeId: unsafe extern "system" fn(_: *mut c_void, _: *mut UIA_ANNOTATIONTYPE) -> HRESULT,
pub CurrentAnnotationTypeName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CurrentAuthor: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CurrentDateTime: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CurrentTarget: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CachedAnnotationTypeId: unsafe extern "system" fn(_: *mut c_void, _: *mut UIA_ANNOTATIONTYPE) -> HRESULT,
pub CachedAnnotationTypeName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CachedAuthor: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CachedDateTime: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CachedTarget: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§CurrentAnnotationTypeId: unsafe extern "system" fn(_: *mut c_void, _: *mut UIA_ANNOTATIONTYPE) -> HRESULT
§CurrentAnnotationTypeName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CurrentAuthor: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CurrentDateTime: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CurrentTarget: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CachedAnnotationTypeId: unsafe extern "system" fn(_: *mut c_void, _: *mut UIA_ANNOTATIONTYPE) -> HRESULT
§CachedAnnotationTypeName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CachedAuthor: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CachedDateTime: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CachedTarget: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IUIAutomationAnnotationPattern_Vtbl
impl IUIAutomationAnnotationPattern_Vtbl
pub const fn new<Identity: IUIAutomationAnnotationPattern_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUIAutomationAnnotationPattern_Vtbl
impl RefUnwindSafe for IUIAutomationAnnotationPattern_Vtbl
impl Send for IUIAutomationAnnotationPattern_Vtbl
impl Sync for IUIAutomationAnnotationPattern_Vtbl
impl Unpin for IUIAutomationAnnotationPattern_Vtbl
impl UnwindSafe for IUIAutomationAnnotationPattern_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