#[repr(C)]pub struct ImGuiTableSettings {
pub ID: ImGuiID,
pub SaveFlags: ImGuiTableFlags,
pub RefScale: f32,
pub ColumnsCount: ImGuiTableColumnIdx,
pub ColumnsCountMax: ImGuiTableColumnIdx,
pub WantApply: bool,
}Fields§
§ID: ImGuiID§SaveFlags: ImGuiTableFlags§RefScale: f32§ColumnsCount: ImGuiTableColumnIdx§ColumnsCountMax: ImGuiTableColumnIdx§WantApply: boolTrait Implementations§
Source§impl Clone for ImGuiTableSettings
impl Clone for ImGuiTableSettings
Source§fn clone(&self) -> ImGuiTableSettings
fn clone(&self) -> ImGuiTableSettings
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 ImGuiTableSettings
impl Debug for ImGuiTableSettings
Source§impl Default for ImGuiTableSettings
impl Default for ImGuiTableSettings
Source§fn default() -> ImGuiTableSettings
fn default() -> ImGuiTableSettings
Returns the “default value” for a type. Read more
Source§impl PartialEq for ImGuiTableSettings
impl PartialEq for ImGuiTableSettings
impl Copy for ImGuiTableSettings
impl StructuralPartialEq for ImGuiTableSettings
Auto Trait Implementations§
impl Freeze for ImGuiTableSettings
impl RefUnwindSafe for ImGuiTableSettings
impl Send for ImGuiTableSettings
impl Sync for ImGuiTableSettings
impl Unpin for ImGuiTableSettings
impl UnwindSafe for ImGuiTableSettings
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