#[repr(C)]pub struct ImGuiTabItem {Show 13 fields
pub ID: ImGuiID,
pub Flags: ImGuiTabItemFlags,
pub Window: *mut ImGuiWindow,
pub LastFrameVisible: c_int,
pub LastFrameSelected: c_int,
pub Offset: f32,
pub Width: f32,
pub ContentWidth: f32,
pub RequestedWidth: f32,
pub NameOffset: ImS32,
pub BeginOrder: ImS16,
pub IndexDuringLayout: ImS16,
pub WantClose: bool,
}Fields§
§ID: ImGuiID§Flags: ImGuiTabItemFlags§Window: *mut ImGuiWindow§LastFrameVisible: c_int§LastFrameSelected: c_int§Offset: f32§Width: f32§ContentWidth: f32§RequestedWidth: f32§NameOffset: ImS32§BeginOrder: ImS16§IndexDuringLayout: ImS16§WantClose: boolTrait Implementations§
Source§impl Clone for ImGuiTabItem
impl Clone for ImGuiTabItem
Source§fn clone(&self) -> ImGuiTabItem
fn clone(&self) -> ImGuiTabItem
Returns a duplicate 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 ImGuiTabItem
impl Debug for ImGuiTabItem
impl Copy for ImGuiTabItem
Auto Trait Implementations§
impl Freeze for ImGuiTabItem
impl !RefUnwindSafe for ImGuiTabItem
impl !Send for ImGuiTabItem
impl !Sync for ImGuiTabItem
impl Unpin for ImGuiTabItem
impl !UnwindSafe for ImGuiTabItem
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