pub type lv_table_cell_t = _lv_table_cell_t;Expand description
Cell data
Aliased Type§
#[repr(C)]pub struct lv_table_cell_t {
pub ctrl: u32,
pub user_data: *mut c_void,
pub txt: [i8; 1],
}Fields§
§ctrl: u32§user_data: *mut c_void< Custom user data
txt: [i8; 1]< Variable length array