Struct easy_imgui_sys::ImGuiStackSizes
source · #[repr(C)]pub struct ImGuiStackSizes {
pub SizeOfIDStack: c_short,
pub SizeOfColorStack: c_short,
pub SizeOfStyleVarStack: c_short,
pub SizeOfFontStack: c_short,
pub SizeOfFocusScopeStack: c_short,
pub SizeOfGroupStack: c_short,
pub SizeOfItemFlagsStack: c_short,
pub SizeOfBeginPopupStack: c_short,
pub SizeOfDisabledStack: c_short,
}Fields§
§SizeOfIDStack: c_short§SizeOfColorStack: c_short§SizeOfStyleVarStack: c_short§SizeOfFontStack: c_short§SizeOfFocusScopeStack: c_short§SizeOfGroupStack: c_short§SizeOfItemFlagsStack: c_short§SizeOfBeginPopupStack: c_short§SizeOfDisabledStack: c_shortImplementations§
source§impl ImGuiStackSizes
impl ImGuiStackSizes
pub unsafe fn SetToContextState(&mut self, ctx: *mut ImGuiContext)
pub unsafe fn CompareWithContextState(&mut self, ctx: *mut ImGuiContext)
Trait Implementations§
source§impl Clone for ImGuiStackSizes
impl Clone for ImGuiStackSizes
source§fn clone(&self) -> ImGuiStackSizes
fn clone(&self) -> ImGuiStackSizes
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 ImGuiStackSizes
impl Debug for ImGuiStackSizes
impl Copy for ImGuiStackSizes
Auto Trait Implementations§
impl RefUnwindSafe for ImGuiStackSizes
impl Send for ImGuiStackSizes
impl Sync for ImGuiStackSizes
impl Unpin for ImGuiStackSizes
impl UnwindSafe for ImGuiStackSizes
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