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