Struct libui_ng_sys::uiTableSelection
source · Fields§
§NumRows: c_int!< Number of selected rows.
Rows: *mut c_int!< Array containing selected row indices, NULL on empty selection.
Trait Implementations§
source§impl Clone for uiTableSelection
impl Clone for uiTableSelection
source§fn clone(&self) -> uiTableSelection
fn clone(&self) -> uiTableSelection
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