#[repr(C)]pub struct UiaCondition {
pub ConditionType: ConditionType,
}
Fields§
§ConditionType: ConditionType
Trait Implementations§
Source§impl Abi for UiaCondition
impl Abi for UiaCondition
Source§type Abi = UiaCondition
type Abi = UiaCondition
The abi representation of the implementing type. Read more
type DefaultType = UiaCondition
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 UiaCondition
impl Clone for UiaCondition
Source§fn clone(&self) -> UiaCondition
fn clone(&self) -> UiaCondition
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for UiaCondition
impl Debug for UiaCondition
Source§impl Default for UiaCondition
impl Default for UiaCondition
Source§impl PartialEq for UiaCondition
impl PartialEq for UiaCondition
impl Copy for UiaCondition
impl Eq for UiaCondition
Auto Trait Implementations§
impl Freeze for UiaCondition
impl RefUnwindSafe for UiaCondition
impl Send for UiaCondition
impl Sync for UiaCondition
impl Unpin for UiaCondition
impl UnwindSafe for UiaCondition
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