#[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§
Source§impl Clone for ImGuiWindowStackData
impl Clone for ImGuiWindowStackData
Source§fn clone(&self) -> ImGuiWindowStackData
fn clone(&self) -> ImGuiWindowStackData
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 ImGuiWindowStackData
impl Debug for ImGuiWindowStackData
impl Copy for ImGuiWindowStackData
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