#[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.
Trait Implementations§
Source§impl Clone for ArkUI_AccessibleRect
impl Clone for ArkUI_AccessibleRect
Source§fn clone(&self) -> ArkUI_AccessibleRect
fn clone(&self) -> ArkUI_AccessibleRect
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ArkUI_AccessibleRect
impl Debug for ArkUI_AccessibleRect
impl Copy for ArkUI_AccessibleRect
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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)