Struct windows_sys::Win32::UI::Accessibility::UIAutomationParameter
#[repr(C)]pub struct UIAutomationParameter {
pub type: UIAutomationType,
pub pData: *mut c_void,
}Fields§
§type: UIAutomationType§pData: *mut c_voidTrait 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§
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