#[repr(C)]pub struct ArkUI_AccessibleRect {
pub leftTopX: i32,
pub leftTopY: i32,
pub rightBottomX: i32,
pub rightBottomY: i32,
}Available on crate feature
api-13 only.Expand description
Defines a struct for the accessible rectangle.
Available since API-level: 13
Fields§
§leftTopX: i32X coordinate of the upper left corner.
leftTopY: i32Y coordinate of the upper left corner.
rightBottomX: i32X coordinate of the lower right corner.
rightBottomY: i32Y coordinate of the lower right corner.
Auto Trait Implementations§
impl Freeze for ArkUI_AccessibleRect
impl RefUnwindSafe for ArkUI_AccessibleRect
impl Send for ArkUI_AccessibleRect
impl Sync for ArkUI_AccessibleRect
impl Unpin for ArkUI_AccessibleRect
impl UnwindSafe for ArkUI_AccessibleRect
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