#[repr(C)]pub struct UIAutomationMethodInfo {
pub pProgrammaticName: LPCWSTR,
pub doSetFocus: BOOL,
pub cInParameters: UINT,
pub cOutParameters: UINT,
pub pParameterTypes: *mut UIAutomationType,
pub pParameterNames: *mut LPCWSTR,
}
Fields§
§pProgrammaticName: LPCWSTR
§doSetFocus: BOOL
§cInParameters: UINT
§cOutParameters: UINT
§pParameterTypes: *mut UIAutomationType
§pParameterNames: *mut LPCWSTR
Trait Implementations§
Source§impl Clone for UIAutomationMethodInfo
impl Clone for UIAutomationMethodInfo
Source§fn clone(&self) -> UIAutomationMethodInfo
fn clone(&self) -> UIAutomationMethodInfo
Returns a duplicate 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 Default for UIAutomationMethodInfo
impl Default for UIAutomationMethodInfo
Source§fn default() -> UIAutomationMethodInfo
fn default() -> UIAutomationMethodInfo
Returns the “default value” for a type. Read more
impl Copy 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