Struct imgui_sys::ImGuiTableColumnSortSpecs
source · #[repr(C)]pub struct ImGuiTableColumnSortSpecs {
pub ColumnUserID: ImGuiID,
pub ColumnIndex: ImS16,
pub SortOrder: ImS16,
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub __bindgen_padding_0: [u8; 3],
}
Fields§
§ColumnUserID: ImGuiID
§ColumnIndex: ImS16
§SortOrder: ImS16
§_bitfield_align_1: [u8; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>
§__bindgen_padding_0: [u8; 3]
Implementations§
source§impl ImGuiTableColumnSortSpecs
impl ImGuiTableColumnSortSpecs
pub fn SortDirection(&self) -> ImGuiSortDirection
pub fn set_SortDirection(&mut self, val: ImGuiSortDirection)
pub fn new_bitfield_1(
SortDirection: ImGuiSortDirection
) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
source§impl Clone for ImGuiTableColumnSortSpecs
impl Clone for ImGuiTableColumnSortSpecs
source§fn clone(&self) -> ImGuiTableColumnSortSpecs
fn clone(&self) -> ImGuiTableColumnSortSpecs
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 ImGuiTableColumnSortSpecs
impl Debug for ImGuiTableColumnSortSpecs
source§impl Default for ImGuiTableColumnSortSpecs
impl Default for ImGuiTableColumnSortSpecs
source§fn default() -> ImGuiTableColumnSortSpecs
fn default() -> ImGuiTableColumnSortSpecs
Returns the “default value” for a type. Read more
source§impl Hash for ImGuiTableColumnSortSpecs
impl Hash for ImGuiTableColumnSortSpecs
source§impl PartialEq<ImGuiTableColumnSortSpecs> for ImGuiTableColumnSortSpecs
impl PartialEq<ImGuiTableColumnSortSpecs> for ImGuiTableColumnSortSpecs
source§fn eq(&self, other: &ImGuiTableColumnSortSpecs) -> bool
fn eq(&self, other: &ImGuiTableColumnSortSpecs) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.