Struct UiaCondition
#[repr(C)]pub struct UiaCondition {
pub ConditionType: ConditionType,
}
Fields§
§ConditionType: ConditionType
Trait Implementations§
§impl Clone for UiaCondition
impl Clone for UiaCondition
§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 moreimpl Copy 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