#[repr(C)]pub struct ImGuiTableTempData {Show 15 fields
pub WindowID: ImGuiID,
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§
§WindowID: ImGuiID§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