#[repr(C)]pub struct ImGuiTableSettings {
pub ID: ImGuiID,
pub SaveFlags: ImGuiTableFlags,
pub RefScale: f32,
pub ColumnsCount: ImGuiTableColumnIdx,
pub ColumnsCountMax: ImGuiTableColumnIdx,
pub LastUsedDate: ImGuiPackedDate,
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub __bindgen_padding_0: u8,
}Fields§
§ID: ImGuiID§SaveFlags: ImGuiTableFlags§RefScale: f32§ColumnsCount: ImGuiTableColumnIdx§ColumnsCountMax: ImGuiTableColumnIdx§LastUsedDate: ImGuiPackedDate§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>§__bindgen_padding_0: u8Implementations§
Source§impl ImGuiTableSettings
impl ImGuiTableSettings
pub fn WantApply(&self) -> bool
pub fn set_WantApply(&mut self, val: bool)
pub unsafe fn WantApply_raw(this: *const Self) -> bool
pub unsafe fn set_WantApply_raw(this: *mut Self, val: bool)
pub fn new_bitfield_1(WantApply: bool) -> __BindgenBitfieldUnit<[u8; 1]>
Trait 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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ImGuiTableSettings
Source§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 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 UnsafeUnpin 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