#[repr(C)]pub struct UiaPropertyCondition {
pub ConditionType: ConditionType,
pub PropertyId: i32,
pub Value: VARIANT,
pub Flags: PropertyConditionFlags,
}
Fields§
§ConditionType: ConditionType
§PropertyId: i32
§Value: VARIANT
§Flags: PropertyConditionFlags
Trait Implementations§
Source§impl Abi for UiaPropertyCondition
impl Abi for UiaPropertyCondition
Source§type Abi = UiaPropertyCondition_abi
type Abi = UiaPropertyCondition_abi
The abi representation of the implementing type. Read more
type DefaultType = UiaPropertyCondition
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for UiaPropertyCondition
impl Clone for UiaPropertyCondition
Source§impl PartialEq for UiaPropertyCondition
impl PartialEq for UiaPropertyCondition
impl Eq for UiaPropertyCondition
Auto Trait Implementations§
impl Freeze for UiaPropertyCondition
impl RefUnwindSafe for UiaPropertyCondition
impl !Send for UiaPropertyCondition
impl !Sync for UiaPropertyCondition
impl Unpin for UiaPropertyCondition
impl UnwindSafe for UiaPropertyCondition
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