Struct 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
§fn clone(&self) -> UIAutomationPropertyInfo
fn clone(&self) -> UIAutomationPropertyInfo
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for UIAutomationPropertyInfo
Auto Trait Implementations§
impl Freeze for UIAutomationPropertyInfo
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