#[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: GUIDpProgrammaticName: PCWSTRproviderInterfaceId: GUIDclientInterfaceId: GUIDcProperties: u32pProperties: *mut UIAutomationPropertyInfocMethods: u32pMethods: *mut UIAutomationMethodInfocEvents: u32pEvents: *mut UIAutomationEventInfopPatternHandler: 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.