#[repr(C)]pub struct uiTableTextColumnOptionalParams {
pub ColorModelColumn: c_int,
}
Fields§
§ColorModelColumn: c_int
uiTableModel column that defines the text color for each cell.
#uiTableValueTypeColor Text color, NULL
to use the default color
for that cell.
-1
to use the default color for all cells.
Trait Implementations§
source§impl Clone for uiTableTextColumnOptionalParams
impl Clone for uiTableTextColumnOptionalParams
source§fn clone(&self) -> uiTableTextColumnOptionalParams
fn clone(&self) -> uiTableTextColumnOptionalParams
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