Struct windows_sys::Win32::UI::Accessibility::UIAutomationPropertyInfo
[−]#[repr(C)]pub struct UIAutomationPropertyInfo {
pub guid: GUID,
pub pProgrammaticName: PCWSTR,
pub type: UIAutomationType,
}
Expand description
Required features: "Win32_UI_Accessibility"
Fields
guid: GUID
pProgrammaticName: PCWSTR
type: UIAutomationType
Trait Implementations
impl Clone for UIAutomationPropertyInfo
impl Clone for UIAutomationPropertyInfo
impl Copy for UIAutomationPropertyInfo
Auto Trait Implementations
impl RefUnwindSafe for UIAutomationPropertyInfo
impl !Send for UIAutomationPropertyInfo
impl !Sync for UIAutomationPropertyInfo
impl Unpin for UIAutomationPropertyInfo
impl UnwindSafe for UIAutomationPropertyInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more