Struct windows_sys::Win32::UI::Accessibility::UiaNotCondition
#[repr(C)]pub struct UiaNotCondition {
pub ConditionType: ConditionType,
pub pCondition: *mut UiaCondition,
}Fields§
§ConditionType: ConditionType§pCondition: *mut UiaConditionTrait Implementations§
§impl Clone for UiaNotCondition
impl Clone for UiaNotCondition
impl Copy for UiaNotCondition
Auto Trait Implementations§
impl RefUnwindSafe for UiaNotCondition
impl !Send for UiaNotCondition
impl !Sync for UiaNotCondition
impl Unpin for UiaNotCondition
impl UnwindSafe for UiaNotCondition
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