Struct easy_imgui_sys::ImGuiDebugAllocInfo
source · #[repr(C)]pub struct ImGuiDebugAllocInfo {
pub TotalAllocCount: c_int,
pub TotalFreeCount: c_int,
pub LastEntriesIdx: ImS16,
pub LastEntriesBuf: [ImGuiDebugAllocEntry; 6],
}Fields§
§TotalAllocCount: c_int§TotalFreeCount: c_int§LastEntriesIdx: ImS16§LastEntriesBuf: [ImGuiDebugAllocEntry; 6]Trait Implementations§
source§impl Clone for ImGuiDebugAllocInfo
impl Clone for ImGuiDebugAllocInfo
source§fn clone(&self) -> ImGuiDebugAllocInfo
fn clone(&self) -> ImGuiDebugAllocInfo
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 ImGuiDebugAllocInfo
impl Debug for ImGuiDebugAllocInfo
impl Copy for ImGuiDebugAllocInfo
Auto Trait Implementations§
impl RefUnwindSafe for ImGuiDebugAllocInfo
impl Send for ImGuiDebugAllocInfo
impl Sync for ImGuiDebugAllocInfo
impl Unpin for ImGuiDebugAllocInfo
impl UnwindSafe for ImGuiDebugAllocInfo
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