#[repr(C)]pub struct ImGuiTableColumnSortSpecs {
pub ColumnUserID: ImGuiID,
pub ColumnIndex: ImS16,
pub SortOrder: ImS16,
pub SortDirection: ImGuiSortDirection,
}Fields§
§ColumnUserID: ImGuiID§ColumnIndex: ImS16§SortOrder: ImS16§SortDirection: ImGuiSortDirectionTrait Implementations§
Source§impl Clone for ImGuiTableColumnSortSpecs
impl Clone for ImGuiTableColumnSortSpecs
Source§fn clone(&self) -> ImGuiTableColumnSortSpecs
fn clone(&self) -> ImGuiTableColumnSortSpecs
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 moreSource§impl Debug for ImGuiTableColumnSortSpecs
impl Debug for ImGuiTableColumnSortSpecs
impl Copy for ImGuiTableColumnSortSpecs
Auto Trait Implementations§
impl Freeze for ImGuiTableColumnSortSpecs
impl RefUnwindSafe for ImGuiTableColumnSortSpecs
impl Send for ImGuiTableColumnSortSpecs
impl Sync for ImGuiTableColumnSortSpecs
impl Unpin for ImGuiTableColumnSortSpecs
impl UnwindSafe for ImGuiTableColumnSortSpecs
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