#[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§
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