Struct easy_imgui_sys::ImGuiTableSettings
source · #[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 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 ImGuiTableSettings
impl Debug for ImGuiTableSettings
impl Copy for ImGuiTableSettings
Auto Trait Implementations§
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