Skip to main content

lv_table_cell_t

Type Alias lv_table_cell_t 

Source
pub type lv_table_cell_t = _lv_table_cell_t;

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§txt: [i8; 1]