#[repr(C)]pub struct ArkUI_AccessibleGridInfo {
pub rowCount: i32,
pub columnCount: i32,
pub selectionMode: i32,
}Available on crate feature
api-13 only.Expand description
Defines a struct for the accessible grid information.
Available since API-level: 13
Fields§
§rowCount: i32Number of rows.
columnCount: i32Number of columns.
selectionMode: i32Selection mode. The value 0 indicates that only one row can be selected.
Auto Trait Implementations§
impl Freeze for ArkUI_AccessibleGridInfo
impl RefUnwindSafe for ArkUI_AccessibleGridInfo
impl Send for ArkUI_AccessibleGridInfo
impl Sync for ArkUI_AccessibleGridInfo
impl Unpin for ArkUI_AccessibleGridInfo
impl UnwindSafe for ArkUI_AccessibleGridInfo
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