#[repr(C)]pub struct ImGuiWindowStackData {
pub Window: *mut ImGuiWindow,
pub ParentLastItemDataBackup: ImGuiLastItemData,
pub StackSizesInBegin: ImGuiErrorRecoveryState,
pub DisabledOverrideReenable: bool,
pub DisabledOverrideReenableAlphaBackup: f32,
}Fields§
§Window: *mut ImGuiWindow§ParentLastItemDataBackup: ImGuiLastItemData§StackSizesInBegin: ImGuiErrorRecoveryState§DisabledOverrideReenable: bool§DisabledOverrideReenableAlphaBackup: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for ImGuiWindowStackData
impl RefUnwindSafe for ImGuiWindowStackData
impl !Send for ImGuiWindowStackData
impl !Sync for ImGuiWindowStackData
impl Unpin for ImGuiWindowStackData
impl UnwindSafe for ImGuiWindowStackData
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