#[repr(C)]pub struct UiaCacheRequest {
pub pViewCondition: *mut UiaCondition,
pub Scope: TreeScope,
pub pProperties: *mut i32,
pub cProperties: i32,
pub pPatterns: *mut i32,
pub cPatterns: i32,
pub automationElementMode: AutomationElementMode,
}
Fields§
§pViewCondition: *mut UiaCondition
§Scope: TreeScope
§pProperties: *mut i32
§cProperties: i32
§pPatterns: *mut i32
§cPatterns: i32
§automationElementMode: AutomationElementMode
Trait Implementations§
Source§impl Abi for UiaCacheRequest
impl Abi for UiaCacheRequest
Source§type Abi = UiaCacheRequest
type Abi = UiaCacheRequest
The abi representation of the implementing type. Read more
type DefaultType = UiaCacheRequest
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 UiaCacheRequest
impl Clone for UiaCacheRequest
Source§fn clone(&self) -> UiaCacheRequest
fn clone(&self) -> UiaCacheRequest
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 UiaCacheRequest
impl Debug for UiaCacheRequest
Source§impl Default for UiaCacheRequest
impl Default for UiaCacheRequest
Source§impl PartialEq for UiaCacheRequest
impl PartialEq for UiaCacheRequest
impl Copy for UiaCacheRequest
impl Eq for UiaCacheRequest
Auto Trait Implementations§
impl Freeze for UiaCacheRequest
impl RefUnwindSafe for UiaCacheRequest
impl !Send for UiaCacheRequest
impl !Sync for UiaCacheRequest
impl Unpin for UiaCacheRequest
impl UnwindSafe for UiaCacheRequest
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