#[repr(C)]pub struct UIAutomationParameter {
pub type: UIAutomationType,
pub pData: *mut c_void,
}
Fields§
§type: UIAutomationType
§pData: *mut c_void
Trait Implementations§
Source§impl Abi for UIAutomationParameter
impl Abi for UIAutomationParameter
Source§type Abi = UIAutomationParameter
type Abi = UIAutomationParameter
The abi representation of the implementing type. Read more
type DefaultType = UIAutomationParameter
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 UIAutomationParameter
impl Clone for UIAutomationParameter
Source§fn clone(&self) -> UIAutomationParameter
fn clone(&self) -> UIAutomationParameter
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 UIAutomationParameter
impl Debug for UIAutomationParameter
Source§impl Default for UIAutomationParameter
impl Default for UIAutomationParameter
Source§impl PartialEq for UIAutomationParameter
impl PartialEq for UIAutomationParameter
impl Copy for UIAutomationParameter
impl Eq for UIAutomationParameter
Auto Trait Implementations§
impl Freeze for UIAutomationParameter
impl RefUnwindSafe for UIAutomationParameter
impl !Send for UIAutomationParameter
impl !Sync for UIAutomationParameter
impl Unpin for UIAutomationParameter
impl UnwindSafe for UIAutomationParameter
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