lv_table_t

Type Alias lv_table_t 

Source
pub type lv_table_t = _lv_table_t;
Expand description

Table data

Aliased Type§

#[repr(C)]
pub struct lv_table_t { pub obj: _lv_obj_t, pub col_cnt: u32, pub row_cnt: u32, pub cell_data: *mut *mut _lv_table_cell_t, pub row_h: *mut i32, pub col_w: *mut i32, pub col_act: u32, pub row_act: u32, }

Fields§

§obj: _lv_obj_t§col_cnt: u32§row_cnt: u32§cell_data: *mut *mut _lv_table_cell_t§row_h: *mut i32§col_w: *mut i32§col_act: u32§row_act: u32