#[repr(C)]pub struct ArkUI_AccessibleGridItemInfo {
pub heading: bool,
pub selected: bool,
pub columnIndex: i32,
pub rowIndex: i32,
pub columnSpan: i32,
pub rowSpan: i32,
}Available on crate feature
api-13 only.Expand description
Defines a struct for the accessible grid item information.
Available since API-level: 13
Fields§
§heading: boolWhether it is a header.
selected: boolWhether it is selected.
columnIndex: i32Column index.
rowIndex: i32Row index.
columnSpan: i32Column span.
rowSpan: i32Row span.
Trait Implementations§
Source§impl Clone for ArkUI_AccessibleGridItemInfo
impl Clone for ArkUI_AccessibleGridItemInfo
Source§fn clone(&self) -> ArkUI_AccessibleGridItemInfo
fn clone(&self) -> ArkUI_AccessibleGridItemInfo
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_AccessibleGridItemInfo
impl Debug for ArkUI_AccessibleGridItemInfo
impl Copy for ArkUI_AccessibleGridItemInfo
Auto Trait Implementations§
impl Freeze for ArkUI_AccessibleGridItemInfo
impl RefUnwindSafe for ArkUI_AccessibleGridItemInfo
impl Send for ArkUI_AccessibleGridItemInfo
impl Sync for ArkUI_AccessibleGridItemInfo
impl Unpin for ArkUI_AccessibleGridItemInfo
impl UnwindSafe for ArkUI_AccessibleGridItemInfo
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)