#[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 duplicate 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 moreimpl Copy for uiTableTextColumnOptionalParams
Auto Trait Implementations§
impl Freeze for uiTableTextColumnOptionalParams
impl RefUnwindSafe for uiTableTextColumnOptionalParams
impl Send for uiTableTextColumnOptionalParams
impl Sync for uiTableTextColumnOptionalParams
impl Unpin for uiTableTextColumnOptionalParams
impl UnwindSafe for uiTableTextColumnOptionalParams
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more