pub struct TableColumnSortSpec(/* private fields */);
Expand description
Return type for Ui::table_get_sort_specs
.
Implementations§
Source§impl TableColumnSortSpec
impl TableColumnSortSpec
pub fn id(&self) -> ImGuiID
pub fn index(&self) -> usize
pub fn sort_order(&self) -> usize
pub fn sort_direction(&self) -> SortDirection
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TableColumnSortSpec
impl RefUnwindSafe for TableColumnSortSpec
impl Send for TableColumnSortSpec
impl Sync for TableColumnSortSpec
impl Unpin for TableColumnSortSpec
impl UnwindSafe for TableColumnSortSpec
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