Struct easy_imgui_sys::ImGuiTabItem
source · #[repr(C)]pub struct ImGuiTabItem {
pub ID: ImGuiID,
pub Flags: ImGuiTabItemFlags,
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§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 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 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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)