#[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 PWSTR
Trait Implementations§
Source§impl Abi for UIAutomationMethodInfo
impl Abi for UIAutomationMethodInfo
Source§type Abi = UIAutomationMethodInfo
type Abi = UIAutomationMethodInfo
The abi representation of the implementing type. Read more
type DefaultType = UIAutomationMethodInfo
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
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§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