Struct windows_sys::Win32::UI::Accessibility::UIAutomationParameter
[−]#[repr(C)]pub struct UIAutomationParameter {
pub type: UIAutomationType,
pub pData: *mut c_void,
}
Expand description
Required features: "Win32_UI_Accessibility"
Fields
type: UIAutomationType
pData: *mut c_void
Trait Implementations
impl Clone for UIAutomationParameter
impl Clone for UIAutomationParameter
impl Copy for UIAutomationParameter
Auto Trait Implementations
impl RefUnwindSafe for UIAutomationParameter
impl !Send for UIAutomationParameter
impl !Sync for UIAutomationParameter
impl Unpin for UIAutomationParameter
impl UnwindSafe for UIAutomationParameter
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more