Struct arcdps_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: bool
Trait 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 for ImGuiTableSortSpecs
impl PartialEq 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 ==
.impl Copy for ImGuiTableSortSpecs
impl Eq for ImGuiTableSortSpecs
impl StructuralPartialEq for ImGuiTableSortSpecs
Auto Trait Implementations§
impl Freeze for ImGuiTableSortSpecs
impl RefUnwindSafe for ImGuiTableSortSpecs
impl !Send for ImGuiTableSortSpecs
impl !Sync for ImGuiTableSortSpecs
impl Unpin for ImGuiTableSortSpecs
impl UnwindSafe for ImGuiTableSortSpecs
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