Struct libui_ng_sys::uiTableParams
source · #[repr(C)]pub struct uiTableParams {
pub Model: *mut uiTableModel,
pub RowBackgroundColorModelColumn: c_int,
}Fields§
§Model: *mut uiTableModelModel holding the data to be displayed. This can NOT be NULL.
RowBackgroundColorModelColumn: c_intuiTableModel column that defines background color for each row,
#uiTableValueTypeColor Background color, NULL to use the default
background color for that row.
-1 to use the default background color for all rows.
Trait Implementations§
source§impl Clone for uiTableParams
impl Clone for uiTableParams
source§fn clone(&self) -> uiTableParams
fn clone(&self) -> uiTableParams
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more