#[repr(C)]pub struct ImGuiErrorRecoveryState {
pub SizeOfWindowStack: c_short,
pub SizeOfIDStack: c_short,
pub SizeOfTreeStack: 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§
§SizeOfWindowStack: c_short§SizeOfIDStack: c_short§SizeOfTreeStack: 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_shortTrait Implementations§
Source§impl Clone for ImGuiErrorRecoveryState
impl Clone for ImGuiErrorRecoveryState
Source§fn clone(&self) -> ImGuiErrorRecoveryState
fn clone(&self) -> ImGuiErrorRecoveryState
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 ImGuiErrorRecoveryState
impl Debug for ImGuiErrorRecoveryState
Source§impl Default for ImGuiErrorRecoveryState
impl Default for ImGuiErrorRecoveryState
Source§fn default() -> ImGuiErrorRecoveryState
fn default() -> ImGuiErrorRecoveryState
Returns the “default value” for a type. Read more
Source§impl Hash for ImGuiErrorRecoveryState
impl Hash for ImGuiErrorRecoveryState
Source§impl PartialEq for ImGuiErrorRecoveryState
impl PartialEq for ImGuiErrorRecoveryState
impl Copy for ImGuiErrorRecoveryState
impl Eq for ImGuiErrorRecoveryState
impl StructuralPartialEq for ImGuiErrorRecoveryState
Auto Trait Implementations§
impl Freeze for ImGuiErrorRecoveryState
impl RefUnwindSafe for ImGuiErrorRecoveryState
impl Send for ImGuiErrorRecoveryState
impl Sync for ImGuiErrorRecoveryState
impl Unpin for ImGuiErrorRecoveryState
impl UnwindSafe for ImGuiErrorRecoveryState
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