#[repr(C)]pub struct UIAutomationMethodInfo {
pub pProgrammaticName: PWSTR,
pub doSetFocus: BOOL,
pub cInParameters: u32,
pub cOutParameters: u32,
pub pParameterTypes: *mut UIAutomationType,
pub pParameterNames: *mut PWSTR,
}Fields§
§pProgrammaticName: PWSTR§doSetFocus: BOOL§cInParameters: u32§cOutParameters: u32§pParameterTypes: *mut UIAutomationType§pParameterNames: *mut PWSTRTrait Implementations§
Source§impl Clone for UIAutomationMethodInfo
impl Clone for UIAutomationMethodInfo
Source§fn clone(&self) -> UIAutomationMethodInfo
fn clone(&self) -> UIAutomationMethodInfo
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 moreSource§impl Debug for UIAutomationMethodInfo
impl Debug for UIAutomationMethodInfo
Source§impl Default for UIAutomationMethodInfo
impl Default for UIAutomationMethodInfo
Source§fn default() -> UIAutomationMethodInfo
fn default() -> UIAutomationMethodInfo
Returns the “default value” for a type. Read more
Source§impl PartialEq for UIAutomationMethodInfo
impl PartialEq for UIAutomationMethodInfo
impl Copy for UIAutomationMethodInfo
impl Eq for UIAutomationMethodInfo
Auto Trait Implementations§
impl Freeze for UIAutomationMethodInfo
impl RefUnwindSafe for UIAutomationMethodInfo
impl !Send for UIAutomationMethodInfo
impl !Sync for UIAutomationMethodInfo
impl Unpin for UIAutomationMethodInfo
impl UnwindSafe for UIAutomationMethodInfo
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