Struct easy_imgui_sys::ImGuiTableInstanceData
source · #[repr(C)]pub struct ImGuiTableInstanceData {
pub TableInstanceID: ImGuiID,
pub LastOuterHeight: f32,
pub LastTopHeadersRowHeight: f32,
pub LastFrozenHeight: f32,
pub HoveredRowLast: c_int,
pub HoveredRowNext: c_int,
}Fields§
§TableInstanceID: ImGuiID§LastOuterHeight: f32§LastTopHeadersRowHeight: f32§LastFrozenHeight: f32§HoveredRowLast: c_int§HoveredRowNext: c_intTrait Implementations§
source§impl Clone for ImGuiTableInstanceData
impl Clone for ImGuiTableInstanceData
source§fn clone(&self) -> ImGuiTableInstanceData
fn clone(&self) -> ImGuiTableInstanceData
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 ImGuiTableInstanceData
impl Debug for ImGuiTableInstanceData
impl Copy for ImGuiTableInstanceData
Auto Trait Implementations§
impl RefUnwindSafe for ImGuiTableInstanceData
impl Send for ImGuiTableInstanceData
impl Sync for ImGuiTableInstanceData
impl Unpin for ImGuiTableInstanceData
impl UnwindSafe for ImGuiTableInstanceData
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