#[repr(C)]
pub struct UIAutomationPatternInfo { pub guid: GUID, pub pProgrammaticName: PCWSTR, pub providerInterfaceId: GUID, pub clientInterfaceId: GUID, pub cProperties: u32, pub pProperties: *mut UIAutomationPropertyInfo, pub cMethods: u32, pub pMethods: *mut UIAutomationMethodInfo, pub cEvents: u32, pub pEvents: *mut UIAutomationEventInfo, pub pPatternHandler: IUIAutomationPatternHandler, }
Expand description

Required features: "Win32_UI_Accessibility", "Win32_Foundation"

Fields§

§guid: GUID§pProgrammaticName: PCWSTR§providerInterfaceId: GUID§clientInterfaceId: GUID§cProperties: u32§pProperties: *mut UIAutomationPropertyInfo§cMethods: u32§pMethods: *mut UIAutomationMethodInfo§cEvents: u32§pEvents: *mut UIAutomationEventInfo§pPatternHandler: IUIAutomationPatternHandler

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.