#[repr(C)]pub struct UIAutomationParameter {
pub type_: UIAutomationType,
pub pData: *mut c_void,
}
Fields§
§type_: UIAutomationType
§pData: *mut c_void
Trait Implementations§
Source§impl Clone for UIAutomationParameter
impl Clone for UIAutomationParameter
Source§fn clone(&self) -> UIAutomationParameter
fn clone(&self) -> UIAutomationParameter
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 UIAutomationParameter
impl Default for UIAutomationParameter
Source§fn default() -> UIAutomationParameter
fn default() -> UIAutomationParameter
Returns the “default value” for a type. Read more
impl Copy 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