Struct easy_imgui_sys::ImGuiTableTempData
source · #[repr(C)]pub struct ImGuiTableTempData {Show 14 fields
pub TableIndex: c_int,
pub LastTimeActive: f32,
pub AngledHeadersExtraWidth: f32,
pub AngledHeadersRequests: ImVector<ImGuiTableHeaderData>,
pub UserOuterSize: ImVec2,
pub DrawSplitter: ImDrawListSplitter,
pub HostBackupWorkRect: ImRect,
pub HostBackupParentWorkRect: ImRect,
pub HostBackupPrevLineSize: ImVec2,
pub HostBackupCurrLineSize: ImVec2,
pub HostBackupCursorMaxPos: ImVec2,
pub HostBackupColumnsOffset: ImVec1,
pub HostBackupItemWidth: f32,
pub HostBackupItemWidthStackSize: c_int,
}Fields§
§TableIndex: c_int§LastTimeActive: f32§AngledHeadersExtraWidth: f32§AngledHeadersRequests: ImVector<ImGuiTableHeaderData>§UserOuterSize: ImVec2§DrawSplitter: ImDrawListSplitter§HostBackupWorkRect: ImRect§HostBackupParentWorkRect: ImRect§HostBackupPrevLineSize: ImVec2§HostBackupCurrLineSize: ImVec2§HostBackupCursorMaxPos: ImVec2§HostBackupColumnsOffset: ImVec1§HostBackupItemWidth: f32§HostBackupItemWidthStackSize: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for ImGuiTableTempData
impl !RefUnwindSafe for ImGuiTableTempData
impl !Send for ImGuiTableTempData
impl !Sync for ImGuiTableTempData
impl Unpin for ImGuiTableTempData
impl !UnwindSafe for ImGuiTableTempData
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