#[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§
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