Struct windows_sys::Win32::UI::Accessibility::UIAutomationPropertyInfo
#[repr(C)]pub struct UIAutomationPropertyInfo {
pub guid: GUID,
pub pProgrammaticName: PCWSTR,
pub type: UIAutomationType,
}
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§
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