Struct windows_sys::Win32::UI::Accessibility::UiaFindParams
#[repr(C)]pub struct UiaFindParams {
pub MaxDepth: i32,
pub FindFirst: BOOL,
pub ExcludeRoot: BOOL,
pub pFindCondition: *mut UiaCondition,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§MaxDepth: i32
§FindFirst: BOOL
§ExcludeRoot: BOOL
§pFindCondition: *mut UiaCondition
Trait Implementations§
§impl Clone for UiaFindParams
impl Clone for UiaFindParams
impl Copy for UiaFindParams
Auto Trait Implementations§
impl RefUnwindSafe for UiaFindParams
impl !Send for UiaFindParams
impl !Sync for UiaFindParams
impl Unpin for UiaFindParams
impl UnwindSafe for UiaFindParams
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