#[repr(C)]pub struct UiAutomationControlT {
pub role: StrhashT,
pub title_hash: StrhashT,
pub title: [c_char; 128],
pub rect: RectT,
}
Fields§
§role: StrhashT
§title_hash: StrhashT
§title: [c_char; 128]
§rect: RectT
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UiAutomationControlT
impl RefUnwindSafe for UiAutomationControlT
impl Send for UiAutomationControlT
impl Sync for UiAutomationControlT
impl Unpin for UiAutomationControlT
impl UnwindSafe for UiAutomationControlT
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