Struct IUIAutomationPropertyCondition_Vtbl
#[repr(C)]pub struct IUIAutomationPropertyCondition_Vtbl {
pub base__: IUIAutomationCondition_Vtbl,
pub PropertyId: unsafe extern "system" fn(_: *mut c_void, _: *mut UIA_PROPERTY_ID) -> HRESULT,
pub PropertyValue: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub PropertyConditionFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut PropertyConditionFlags) -> HRESULT,
}
Fields§
§base__: IUIAutomationCondition_Vtbl
§PropertyId: unsafe extern "system" fn(_: *mut c_void, _: *mut UIA_PROPERTY_ID) -> HRESULT
§PropertyValue: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT
§PropertyConditionFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut PropertyConditionFlags) -> HRESULT
Implementations§
§impl IUIAutomationPropertyCondition_Vtbl
impl IUIAutomationPropertyCondition_Vtbl
pub const fn new<Identity: IUIAutomationPropertyCondition_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUIAutomationPropertyCondition_Vtbl
impl RefUnwindSafe for IUIAutomationPropertyCondition_Vtbl
impl Send for IUIAutomationPropertyCondition_Vtbl
impl Sync for IUIAutomationPropertyCondition_Vtbl
impl Unpin for IUIAutomationPropertyCondition_Vtbl
impl UnwindSafe for IUIAutomationPropertyCondition_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