Struct imgui_sys::ImGuiTableSortSpecs
source · #[repr(C)]pub struct ImGuiTableSortSpecs {
pub Specs: *const ImGuiTableColumnSortSpecs,
pub SpecsCount: c_int,
pub SpecsDirty: bool,
}Fields§
§Specs: *const ImGuiTableColumnSortSpecs§SpecsCount: c_int§SpecsDirty: boolTrait Implementations§
source§impl Clone for ImGuiTableSortSpecs
impl Clone for ImGuiTableSortSpecs
source§fn clone(&self) -> ImGuiTableSortSpecs
fn clone(&self) -> ImGuiTableSortSpecs
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 moresource§impl Debug for ImGuiTableSortSpecs
impl Debug for ImGuiTableSortSpecs
source§impl Default for ImGuiTableSortSpecs
impl Default for ImGuiTableSortSpecs
source§impl Hash for ImGuiTableSortSpecs
impl Hash for ImGuiTableSortSpecs
source§impl PartialEq<ImGuiTableSortSpecs> for ImGuiTableSortSpecs
impl PartialEq<ImGuiTableSortSpecs> for ImGuiTableSortSpecs
source§fn eq(&self, other: &ImGuiTableSortSpecs) -> bool
fn eq(&self, other: &ImGuiTableSortSpecs) -> bool
This method tests for
self and other values to be equal, and is used
by ==.